Closed rossmacarthur closed 3 weeks ago
Fixes #448
This change adds a fetchmany method to Pool, Connection, and PreparedStatement which allows you execute INSERT ... RETURNING with a list of values and get the result.
fetchmany
Pool
Connection
PreparedStatement
INSERT ... RETURNING
Fixes #448
This change adds a
fetchmany
method toPool
,Connection
, andPreparedStatement
which allows you executeINSERT ... RETURNING
with a list of values and get the result.