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: Add support for == and is #43

Open
ad-si opened this issue Jun 17, 2023 · 0 comments
Open

SQLite: Add support for == and is #43

ad-si opened this issue Jun 17, 2023 · 0 comments

Comments

@ad-si
Copy link

ad-si commented Jun 17, 2023

In SQLite it's possible to use == and is as equals operator:

select 0 == 0
-- yields 1

select 0 is 0
-- yields 1

Currently it yields following error:

1 == 1
   ^
(line 1, column 4):
unexpected Symbol "="
expecting scalar expression
@ad-si ad-si changed the title SQLite: Add support for == SQLite: Add support for == and is Jun 17, 2023
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