nextcloud-server/lib/private/DB
Robin Appelman 111fa47f10
remove ReconnectWrapper
dbal now handles it's own reconnections: https://github.com/doctrine/dbal/blob/3.0.x/UPGRADE.md#the-pingableconnection-interface-is-removed

Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-02-09 16:40:09 +01:00
..
Exceptions Check for generic errors at last. 2021-02-02 18:28:49 +01:00
QueryBuilder DB: warn on parameter number constraints 2021-01-11 13:43:34 +01:00
Adapter.php Add our own DB exception abstraction 2021-01-12 16:38:23 +01:00
AdapterMySQL.php
AdapterOCI8.php
AdapterPgSql.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
AdapterSqlite.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
Connection.php remove ReconnectWrapper 2021-02-09 16:40:09 +01:00
ConnectionAdapter.php Add our own DB exception abstraction 2021-01-12 16:38:23 +01:00
ConnectionFactory.php
MDB2SchemaManager.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
MDB2SchemaReader.php Remove "primary" option from schema builder argument $options as it is not used anymore and triggers an exception 2021-01-08 11:45:19 +01:00
MigrationException.php
MigrationService.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
Migrator.php Add our own DB exception abstraction 2021-01-12 16:38:23 +01:00
MissingColumnInformation.php
MissingIndexInformation.php
MissingPrimaryKeyInformation.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
MySQLMigrator.php
MySqlTools.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
OCSqlitePlatform.php
OracleConnection.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
OracleMigrator.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
PgSqlTools.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
PostgreSqlMigrator.php
PreparedStatement.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
ResultAdapter.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
SchemaWrapper.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
SetTransactionIsolationLevel.php
SQLiteMigrator.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
SQLiteSessionInit.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00