Commit 223ff10d authored by Graham Campbell's avatar Graham Campbell

Merge pull request #3205 from GrahamForks/strict

Add "strict" setting for MySQL connection
parents dc384fe1 88b90c72
......@@ -61,6 +61,7 @@ return [
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'pgsql' => [
......
Markdown is supported
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