Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Field names with spaces are not quoted correctly #8

@Ponsjuh

Description

@Ponsjuh

in my case i have a table with "my field" as field name it is returned as "[my] [field]" instead of "[my field]".

The problem is currently being triggered in Zend\Db\Adapter\PlatformAbstractPlatform::quoteIdentifierInFragment. On line 44 there is a preg_split function that splits the fieldname.

i tried to add my case in the tests but have no time to run them atm and/or fixed any issues that will turn up

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions