Add "strict" setting for MySQL connection.

Signed-off-by: Graham Campbell <graham@mineuk.com>
This commit is contained in:
vlakoff
2014-12-28 15:29:37 +01:00
committed by Graham Campbell
parent dc384fe1f5
commit 88b90c7218

View File

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