Open paluh opened 5 years ago
I think that it should be feasible to provide general insert function which doesn't depend on a backend specifics. Then we can rename existing ones to something like PG.insertReturning and insert1Returning.
insert
PG.insertReturning
insert1Returning
I think that it should be feasible to provide general
insert
function which doesn't depend on a backend specifics. Then we can rename existing ones to something likePG.insertReturning
andinsert1Returning
.