Closed schlessera closed 4 years ago
This prepends a SELECT statement to each query that goes directly through the mysql binary (instead of the WPDB abstraction) to set the SQL mode to a state compatible with WordPress Core behavior.
SELECT
mysql
Fixes #168
This prepends a
SELECT
statement to each query that goes directly through themysql
binary (instead of the WPDB abstraction) to set the SQL mode to a state compatible with WordPress Core behavior.Fixes #168