Skip to content

query parser doesn't parse double-quoted identifiers correctly #10

@jedwards1211

Description

@jedwards1211

readQuotedIdentifier assumes you can backslash-escape \ and " but as far as I know Postgres doesn't support this; there is only "" as an escape for a double quote (e.g. "foo""bar" is the escaped identifier foo"bar), which readQuotedIdentifier doesn't seem to handle correctly.

There is also a unicode escape form U&"\0441\043B\043E\043D" but that doesn't appear to support other C-style escapes either.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions