crudely-typed icon indicating copy to clipboard operation
crudely-typed copied to clipboard

Allow control of "returning" clause

Open danvk opened this issue 2 years ago • 0 comments

The insert / update / delete queries all have RETURNING * hard-coded. This gets you all the data you could possibly need, but sometimes it's more than you want. It would be nice to allow some control of this, e.g. to only return particular columns, or perhaps just a count of affected rows.

danvk avatar Apr 06 '22 23:04 danvk