http://qs321.pair.com?node_id=1232295


in reply to Perl DBI and Foreign Keys

Postgres has a RETURNING clause on the INSERT/UPDATE/DELETE statements ([1],[2]) which returns the inserted/updated/deleted values. Very handy.

Oracle and Firebird can do something similar.

Maybe lodge a complaint featurerequest with the MySql/MariaDB devs?

[1] - PostgreSQL INSERT

[2] - RETURNING