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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user