mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: enable emulateMySQL on SQLite adapter for test backend
Pulls latest utopia-php/database (e44768f) with the emulateMySQL flag and opts SQLite into MariaDB-shape behaviour so the existing test suite, which assumes MariaDB semantics, continues to pass against SQLite. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
7234f69738
commit
46357947a7
@@ -356,7 +356,7 @@ $register->set('pools', function () {
|
||||
'mysql' => new MySQL($resource()),
|
||||
'mongodb' => new Mongo($resource()),
|
||||
'postgresql' => new Postgres($resource()),
|
||||
'sqlite' => new SQLite($resource()),
|
||||
'sqlite' => (new SQLite($resource()))->setEmulateMySQL(true),
|
||||
default => null
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user