Add "strict" setting for MySQL connection.
Signed-off-by: Graham Campbell <graham@mineuk.com>
This commit is contained in:
parent
dc384fe1f5
commit
88b90c7218
|
@ -61,6 +61,7 @@
|
|||
'charset' => 'utf8',
|
||||
'collation' => 'utf8_unicode_ci',
|
||||
'prefix' => '',
|
||||
'strict' => false,
|
||||
],
|
||||
|
||||
'pgsql' => [
|
||||
|
|
Loading…
Reference in New Issue