firebird icon indicating copy to clipboard operation
firebird copied to clipboard

Support FOR <statement> RETURNING in PSQL

Open asfernandes opened this issue 4 years ago • 0 comments

This complements https://github.com/FirebirdSQL/firebird/issues/6815 to allow non-singleton RETURNING in PSQL.

It should support statements:

  • INSERT ... SELECT ...
  • Searched UPDATE
  • Searched DELETE
  • MERGE
  • UPDATE OR INSERT

asfernandes avatar Aug 18 '21 14:08 asfernandes