Skip to content

Commit

Permalink
Merge pull request #31059 from owncloud/dependabot/composer/doctrine/…
Browse files Browse the repository at this point in the history
…dbal-2.7.1

Bump doctrine/dbal from 2.6.3 to 2.7.1
  • Loading branch information
DeepDiver1975 authored Apr 19, 2018
2 parents 8a52635 + 039b8cc commit 23eea00
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 181 deletions.
22 changes: 12 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions lib/private/DB/ConnectionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,6 @@ public function getConnection($type, $additionalConnectionParams) {
$additionalConnectionParams['platform'] = new OCSqlitePlatform();
$eventManager->addEventSubscriber(new SQLiteSessionInit(true, $journalMode));
break;
case 'pgsql':
$additionalConnectionParams['platform'] = new OCPostgreSqlPlatform();
break;
}
/** @var Connection $connection */
$connection = DriverManager::getConnection(
Expand Down
95 changes: 0 additions & 95 deletions lib/private/DB/OCPostgreSqlPlatform.php

This file was deleted.

73 changes: 0 additions & 73 deletions tests/lib/DB/OCPostgreSqlPlatformTest.php

This file was deleted.

0 comments on commit 23eea00

Please sign in to comment.