PostgreSQL-For-Wordpress / postgresql-for-wordpress

A maintained fork of https://wordpress.org/plugins/postgresql-for-wordpress/
GNU General Public License v2.0
236 stars 73 forks source link

Replace calls to seq by adding a RETURNING * to all insert and replace statements #101

Closed mattbucci closed 9 months ago

mattbucci commented 9 months ago

Closes:

This PR appends RETURNING * to all insert queries so that wpsqli_insert_id can check for a primary key on the table that was last inserted against and grab the last inserted value in a more robust way, especially for tables without sequences.