PostgreSQL-For-Wordpress / postgresql-for-wordpress

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

REPLACE INTO should properly emulate wpsqli_insert_id #108

Closed mattbucci closed 7 months ago

mattbucci commented 7 months ago

WP Version: 6.4.3 PG4WP Version: 3.3.1

Error:

REPLACE INTO emulation is correct, but 
wpsqli_insert_id() does not return the correct ID

Need to append RETURNING * to REPLACE rewrites