Add "strict" setting for MySQL connection.

Signed-off-by: Graham Campbell <[email protected]>
This commit is contained in:
vlakoff
2014-12-30 22:52:03 +00:00
committed by Graham Campbell
parent dc384fe1f5
commit 88b90c7218
+1
View File
@@ -61,6 +61,7 @@ return [
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'pgsql' => [