Skip to content
Snippets Groups Projects
Commit 5679736c authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

dev #53508 try to avoid mysql strict mode

parent cc884bf5
Branches
Tags
Pipeline #213 failed with stage
in 3 minutes and 21 seconds
......@@ -222,6 +222,7 @@ class Bokeh_Engine {
$afi_sql = new Class_Systeme_Sql();
Zend_Registry::set('sql', $afi_sql);
Zend_Db_Table::getDefaultAdapter()->query('set names "UTF8"');
Zend_Db_Table::getDefaultAdapter()->query('set SQL_MODE = ""');
return $this;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment