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

Add support for == operator for Sqlite #970

Merged
merged 1 commit into from
Sep 20, 2023
Merged

Conversation

marhoily
Copy link
Contributor

Add support for == operator for Sqlite
SELECT a == b FROM t

According to docs '==' is fully synonymous to '='

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me -- thank you @marhoily

@alamb alamb merged commit 71c35d4 into apache:main Sep 20, 2023
10 checks passed
serprex pushed a commit to serprex/sqlparser-rs that referenced this pull request Nov 6, 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

Successfully merging this pull request may close these issues.

2 participants