Commit 88b90c72 authored by vlakoff's avatar vlakoff Committed by Graham Campbell

Add "strict" setting for MySQL connection.

Signed-off-by: 's avatarGraham Campbell <graham@mineuk.com>
parent dc384fe1
...@@ -61,6 +61,7 @@ return [ ...@@ -61,6 +61,7 @@ return [
'charset' => 'utf8', 'charset' => 'utf8',
'collation' => 'utf8_unicode_ci', 'collation' => 'utf8_unicode_ci',
'prefix' => '', 'prefix' => '',
'strict' => false,
], ],
'pgsql' => [ '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