1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/17509] Upgrade Doctrine dbal to the v.3.9

PHPBB-17509
This commit is contained in:
rxu
2025-05-29 22:13:32 +07:00
parent bf2c22354a
commit d8bbe3e58c
3 changed files with 21 additions and 21 deletions

View File

@@ -79,7 +79,7 @@ class connection_parameter_factory
string|null $name = null,
string|null $port = null) : array
{
if ($params['driver'] === 'pdo_sqlite')
if (in_array($params['driver'], ['pdo_sqlite', 'sqlite3']))
{
return self::enrich_parameters(
self::build_sqlite_parameters($params, $host, $user, $password)