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

fix(sqlite) fix EXISTS operator #2334

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

hakobera
Copy link
Contributor

Fix #2321. This is regression which introduced by #2274, so this PR revert unnecessary change.

  • revert unnecessary in convertInSelectNode function, which include In but it's not the function to handle IN operator
  • add EXISTS and NOT EXISTS test case for SQLite
  • add debug log for easy to identity issue

@kyleconroy kyleconroy merged commit 0ed414a into sqlc-dev:main Jun 20, 2023
5 checks passed
@hakobera hakobera deleted the fix/sqlite-exists-operator branch June 20, 2023 16:53
This pull request was closed.
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.

EXISTS causes panic
2 participants