Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(changeset): Move SQL construction to runtime rather than plantim…
…e. Get rid of `textForSingle` since we compile the SQL at runtime so we don't need to handle both cases. Add `$pgSelect.deferredSQL()` API to allow plans to yield (safe, thanks to pg-sql2) SQL to be composed into the query at runtime.
- Loading branch information