mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Register EventSubscriber that resets Oracle's NLS_DATE_FORMAT etc.
This commit is contained in:
parent
7f07d737f8
commit
786017c247
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ class OC_DB {
|
|||
$connectionParams['port'] = $port;
|
||||
}
|
||||
$connectionParams['adapter'] = '\OC\DB\AdapterOCI8';
|
||||
$eventManager->addEventSubscriber(new \Doctrine\DBAL\Event\Listeners\OracleSessionInit);
|
||||
break;
|
||||
case 'mssql':
|
||||
$connectionParams = array(
|
||||
|
|
|
|||
Loading…
Reference in a new issue