Skip to content

Commit

Permalink
databases:quote identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Apr 14, 2026
1 parent 0879385 commit 076a5e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
'username' => $testDbUser,
'password' => $testDbPass,
'database' => $testDbName,
'quoteIdentifiers' => false,
'quoteIdentifiers' => true,
];
} else {
// mysql or mariadb (CakePHP uses the MySQL driver for MariaDB)
Expand All @@ -100,7 +100,7 @@
'database' => $testDbName,
'encoding' => 'utf8mb4',
'timezone' => 'UTC',
'quoteIdentifiers' => false,
'quoteIdentifiers' => true,
];
}

Expand Down

0 comments on commit 076a5e8

Please sign in to comment.