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

WHERE foo == 1 panics #26

Open
rukai opened this issue Jun 16, 2022 · 0 comments
Open

WHERE foo == 1 panics #26

rukai opened this issue Jun 16, 2022 · 0 comments

Comments

@rukai
Copy link
Member

rukai commented Jun 16, 2022

The invalid statement SELECT * FROM foo WHERE foo == 1 causes the parser to panic

The valid statement: SELECT * FROM foo WHERE foo = 1 parses correctly as expected

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