Open renecannao opened 7 years ago
CodeIgniter uses a "bizarre" SET sql_mode:
SET sql_mode
SET SESSION sql_mode = REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE( @@sql_mode, "STRICT_ALL_TABLES,", ""), ",STRICT_ALL_TABLES", ""), "STRICT_ALL_TABLES", ""), "STRICT_TRANS_TABLES,", ""), ",STRICT_TRANS_TABLES", ""), "STRICT_TRANS_TABLES", "")
Ref : https://github.com/sysown/proxysql/issues/1020#issuecomment-313254496
Is there news or a workaround? The problem does not seem to be fixed.
CodeIgniter uses a "bizarre"
SET sql_mode
:Ref : https://github.com/sysown/proxysql/issues/1020#issuecomment-313254496