mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 11:39:19 -05:00
fix: mariadb requires ANSI mode enabled
This commit is contained in:
+4
-1
@@ -85,7 +85,10 @@ return [
|
||||
'prefix_indexes' => true,
|
||||
'strict' => true,
|
||||
'engine' => null,
|
||||
'options' => \extension_loaded('pdo_mysql') ? array_filter([
|
||||
'modes' => [
|
||||
'ANSI',
|
||||
],
|
||||
'options' => \extension_loaded('pdo_mysql') ? array_filter([
|
||||
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
|
||||
]) : [],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user