Skip to content

SQLite: Fix handling of keywords as identifiers #44

@ad-si

Description

@ad-si

This should work:

SELECT 1 AS open

but currently yields following error:

:1:13:
SELECT 1 AS open
            ^
(line 1, column 13):
unexpected Identifier Nothing "open"

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