PostgreSQL-For-Wordpress / postgresql-for-wordpress

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

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

Closed mattbucci closed 5 months ago

mattbucci commented 5 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.