-
Notifications
You must be signed in to change notification settings - Fork 833
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): introduce "update from..." to the parser #3610
base: main
Are you sure you want to change the base?
fix(sqlite): introduce "update from..." to the parser #3610
Conversation
ooooh finally 🙏 |
Any update on this? 🙏 |
also waiting for this fix. |
Thank you for that !!! |
Hey @kyleconroy, I wanted to follow up on this PR, and see if there’s anything I can do to help move it toward merging. If there’s any feedback or additional work needed on my end, please let me know - I’d be happy to make adjustments to ensure it aligns with sqlc's vision. Thanks! |
2c8b51e
to
5b6ffd3
Compare
Hey @kyleconroy 👋 |
Hi again @kyleconroy , any chance you can find the time to review and help merge this PR? thanks! 🙏 |
This PR closes #3132 by adding the
update from...
syntax to the sqliteupdate_stmt
parser.Was tested locally with several different queries.
Please let me know if there's anything more required to get this in or if you have any comments.