Try service name

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-07-08 13:22:55 +02:00
parent a89136fcd3
commit 864aecd34f
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

@ -133,6 +133,7 @@ class ConnectionFactory {
// $additionalConnectionParams['dbname'] = '//' . $host . (!empty($port) ? ":{$port}" : "") . '/' . $dbName;
// }
// unset($additionalConnectionParams['host']);
$additionalConnectionParams['servicename'] = 'XEPDB1';
break;
case 'sqlite3':