Merge pull request #3205 from GrahamForks/strict

Add "strict" setting for MySQL connection
This commit is contained in:
Graham Campbell
2014-12-30 22:53:08 +00:00

View File

@@ -61,6 +61,7 @@ return [
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'pgsql' => [