You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
feat: Allow Prefer: return=minimal for C(R)UD (#133)
* style: run prettier
* feat: allow Prefer return=minimal in C(R)UD
`Prefer return` is set to `representation` by default, but this gives an
error when inserting/updating/deleting on, say, a write-only table.
Allow the users to set it to `minimal` by setting `returning`.
* test: reorganize tests to have deterministic order
Co-authored-by: Paul Copplestone <[email protected]>
Co-authored-by: Steve Chavez <[email protected]>
0 commit comments