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 076a5e8 commit 39f95cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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' => true,
'quoteIdentifiers' => false,
];
} else {
// mysql or mariadb (CakePHP uses the MySQL driver for MariaDB)
Expand Down

0 comments on commit 39f95cb

Please sign in to comment.