nextcloud-server/lib/private/DB
Joas Schilling b656edc47c
fix(db): Fix md5 for oracle >= 20
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-19 14:13:56 +07:00
..
Exceptions feat(db): add mapping for lock wait timeout 2024-05-29 11:10:43 +07:00
QueryBuilder fix(db): Fix md5 for oracle >= 20 2024-07-19 14:13:56 +07:00
Adapter.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
AdapterMySQL.php feat(dbal): add proper insert ignore conflict method for MySQL 2024-06-25 11:28:37 +07:00
AdapterOCI8.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
AdapterPgSql.php feat(db): remove workaround for pqsql 9.4 and older 2024-06-03 12:47:31 +07:00
AdapterSqlite.php feat(dbal): add proper insert ignore conflict method for SQLite 2024-06-25 16:21:01 +07:00
BacktraceDebugStack.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Connection.php fix(db): Fix md5 for oracle >= 20 2024-07-19 14:13:56 +07:00
ConnectionAdapter.php fix(db): Fix md5 for oracle >= 20 2024-07-19 14:13:56 +07:00
ConnectionFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
DbDataCollector.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MigrationException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MigrationService.php fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of removed upstream platforms 2024-07-19 11:21:14 +07:00
Migrator.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MigratorExecuteSqlEvent.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MissingColumnInformation.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MissingIndexInformation.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MissingPrimaryKeyInformation.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MySqlTools.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
OCSqlitePlatform.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ObjectParameter.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
OracleConnection.php fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprecated 2024-07-19 11:21:11 +07:00
OracleMigrator.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
PgSqlTools.php fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprecated 2024-07-19 11:21:11 +07:00
PreparedStatement.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ResultAdapter.php fix(db): Fix internal calls to doctrine's `fetch()` methods 2024-07-19 11:21:12 +07:00
SQLiteMigrator.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
SQLiteSessionInit.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
SchemaWrapper.php feat: add commands for exporting current and expected database schema 2024-07-02 13:45:12 +07:00
SetTransactionIsolationLevel.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00