Browse Source

Add "strict" setting for MySQL connection.

Signed-off-by: Graham Campbell <graham@mineuk.com>
vlakoff 9 years ago
parent
commit
88b90c7218
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/database.php

+ 1 - 0
config/database.php

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