Merge pull request #3205 from GrahamForks/strict
Add "strict" setting for MySQL connection
This commit is contained in:
commit
223ff10d40
|
|
@ -61,6 +61,7 @@
|
||||||
'charset' => 'utf8',
|
'charset' => 'utf8',
|
||||||
'collation' => 'utf8_unicode_ci',
|
'collation' => 'utf8_unicode_ci',
|
||||||
'prefix' => '',
|
'prefix' => '',
|
||||||
|
'strict' => false,
|
||||||
],
|
],
|
||||||
|
|
||||||
'pgsql' => [
|
'pgsql' => [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue