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(engine/sqlite): fix join_operator rule #2434

Merged
merged 5 commits into from
Jul 24, 2023
Merged

Conversation

orisano
Copy link
Contributor

@orisano orisano commented Jul 11, 2023

fix #1919

Added RIGHT OUTER JOIN and FULL OUTER JOIN to the join_operator rule, since they were not included.
ref: https://sqlite.org/syntax/join-operator.html

@kyleconroy kyleconroy merged commit ce45b98 into sqlc-dev:main Jul 24, 2023
7 checks passed
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.

Support FULL OUTER JOIN in sqlite
2 participants