sqlc-dev / sqlc

Generate type-safe code from SQL
https://sqlc.dev
MIT License
13.54k stars 809 forks source link

fix(sqlite): introduce "update from..." to the parser #3610

Open IdoKendo opened 2 months ago

IdoKendo commented 2 months ago

This PR closes #3132 by adding the update from... syntax to the sqlite update_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.

BorisRodman commented 2 months ago

ooooh finally 🙏

Awish021 commented 2 months ago

Any update on this? 🙏

YaakovShami commented 2 months ago

also waiting for this fix.

Tomerfi1210 commented 2 months ago

Thank you for that !!!

IdoKendo commented 1 month ago

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! Ido