INSERT
with RETURNING
does not work with prepared statement
#1393
Labels
bug
Something isn't working
An
INSERT
withRETURNING
without a prepared statement returns the correct value without an errorBut the same thing using a prepared statement errors with
unable to find field with index 1 in row of 1 columns
A similar query is used by PrismaJS
Skipped tests here: https://github.com/dolthub/doltgresql/pull/1392/files#diff-41ab92d269d6afa85ad6ec863b7d73c9462fadce4574b52d4012c50c7d68f54aR262
The text was updated successfully, but these errors were encountered: