From 39f95cb14fc99fa11764dafcc6978420c020cabb Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Tue, 14 Apr 2026 13:49:24 +0000 Subject: [PATCH] databases:quote identifiers --- app/tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tests/bootstrap.php b/app/tests/bootstrap.php index 03aa54a4d..509884a16 100644 --- a/app/tests/bootstrap.php +++ b/app/tests/bootstrap.php @@ -85,7 +85,7 @@ 'username' => $testDbUser, 'password' => $testDbPass, 'database' => $testDbName, - 'quoteIdentifiers' => true, + 'quoteIdentifiers' => false, ]; } else { // mysql or mariadb (CakePHP uses the MySQL driver for MariaDB)