Merge pull request #3777 from Adam14Four/develop

[5.3] Enabled MySQL "strict" mode by default
This commit is contained in:
Taylor Otwell 2016-05-11 09:25:31 -05:00
commit 6f4c333678
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
'strict' => true,
'engine' => null,
],