-
Notifications
You must be signed in to change notification settings - Fork 881
Support for nullable fields in joins #983
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
Conversation
jwilner
commented
Apr 26, 2021
- Builds on top of Detect nullable fields when having LEFT_JOIN, OUTER_JOIN or RIGHT_JOIN #733
- Properly detects left, right, full joins
- Uses proper enum ordering
- Builds on top of sqlc-dev#733 - Properly detects left, right, full joins - Uses proper enum ordering
@kyleconroy can we please enable CI for this PR? This issue is a major blocker for adoption for at least some of us. |
@jwilner CI has been enabled. I really hate that GitHub turned off actions for first time contributors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks for getting this over the finish line. Can you merge in main? Once the tests pass again I'll merge.
Thanks @kyleconroy! Merged in main. RE blocking CI for first time contributors, it kind of makes sense to me -- like a month ago I saw some malicious GH accounts open up thousands of PRs on https://github.com/golangci/golangci-lint to mine crypto with the CI. I assume blocking the CI is intended to deter that! |
This is awesome, can't wait for the next release, great work! |
When is the next release getting published? |
Super excited for the next release! Thanks @jwilner and @kyleconroy for all your hard work 😄 |