mirror of
https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress.git
synced 2026-01-26 16:32:19 +01:00
This appears as both "SELECT @@SESSION.sql_mode" checked from wp-db.php in Wordpress core during startup and as "SHOW VARIABLES LIKE 'sql_mode'" in several extensions (all-in-one-seo-pack, flash-album-gallery, and nextgen-gallery on my system). Support both by returning the empty string, which reports the default MySQL behavior (and avoids attempts to change the mode, since all current code expects this). Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
18 KiB
18 KiB