Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLite: Fix handling of keywords as identifiers #44

Open
ad-si opened this issue Jun 17, 2023 · 1 comment
Open

SQLite: Fix handling of keywords as identifiers #44

ad-si opened this issue Jun 17, 2023 · 1 comment

Comments

@ad-si
Copy link

ad-si commented Jun 17, 2023

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"
@ad-si
Copy link
Author

ad-si commented Aug 20, 2023

Probably the same problem:

CREATE TABLE "edit" (name TEXT)

currently fails with:

edit() is not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant