Nick Jackson
Nick Jackson
## Description We'd like the ability to update documents based on a `filter_by` rather than by id. This would allow us to update multiple documents in one go where common...
### Intro This PR allows `sqlc.embed` to be used in a query. This is based on the discussion at #984. You can now write a query like ```sql -- name:...
### If the feature request is for a plugin or theme, specify it here. brew ### If the feature solves a problem you have, specify it here. The homebrew plugin...
### What do you want to change? I'd like to be able to define part of a query, and then reuse that in other queries. I've called it fragments. This...