Add 'returning' method to non-select queries #2

Open
opened 2020-04-24 12:18:39 -04:00 by timw4mail · 0 comments
Owner

PostgreSQL has a 'returning' clause that can be used in insert, update, and delete queries to return the data from the affected rows.

Implement this functionality, with a fallback for DB engines that do not support a similar syntax.

PostgreSQL has a 'returning' clause that can be used in insert, update, and delete queries to return the data from the affected rows. Implement this functionality, with a fallback for DB engines that do not support a similar syntax.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aviat/Query#2
No description provided.