1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 14:31:19 +02:00

[ticket/16741] Database tools to use Doctrine

PHPBB3-16741
This commit is contained in:
Máté Bartus
2021-07-31 12:06:08 +02:00
committed by Tristan Darricau
parent aee5e373bc
commit 98134abe20
15 changed files with 877 additions and 3435 deletions

View File

@@ -151,6 +151,7 @@ class connection_parameter_factory
],
'oci8' => [
'charset' => 'UTF8',
'platform' => new oracle_platform(),
],
'pdo_pgsql' => [
'charset' => 'UTF8',