nextcloud/lib/private/DB
Andy Scherzinger d404998157
Merge pull request #47515 from nextcloud/bugfix/noid/fix-migration-sorting
fix(migration): Correctly sort migrations by version number
2024-08-28 20:46:24 +02:00
..
Exceptions feat(db): add mapping for lock wait timeout 2024-05-29 11:10:43 +02:00
QueryBuilder chore: Apply php:cs recommendations 2024-08-28 10:44:18 +02:00
Adapter.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
AdapterMySQL.php feat(dbal): add proper insert ignore conflict method for MySQL 2024-06-25 11:28:37 +02:00
AdapterOCI8.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
AdapterPgSql.php feat(db): remove workaround for pqsql 9.4 and older 2024-06-03 12:47:31 +02:00
AdapterSqlite.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
ArrayResult.php chore: Apply php:cs recommendations 2024-08-28 10:44:18 +02:00
BacktraceDebugStack.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Connection.php fix: only allow pre-defined shards 2024-08-28 10:21:19 +02:00
ConnectionAdapter.php feat: implement distributing partitioned queries over multiple shards 2024-08-28 10:21:19 +02:00
ConnectionFactory.php feat: implement distributing partitioned queries over multiple shards 2024-08-28 10:21:19 +02:00
DbDataCollector.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MigrationException.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MigrationService.php fix(migration): Correctly sort migrations by version number 2024-08-27 16:25:10 +02:00
Migrator.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MigratorExecuteSqlEvent.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MissingColumnInformation.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MissingIndexInformation.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MissingPrimaryKeyInformation.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MySqlTools.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
ObjectParameter.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
OCSqlitePlatform.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
OracleConnection.php fix(db): Use createSchemaManager() method as getSchemaManager() is deprecated 2024-07-19 11:21:11 +02:00
OracleMigrator.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
PgSqlTools.php fix(db): Use createSchemaManager() method as getSchemaManager() is deprecated 2024-07-19 11:21:11 +02:00
PreparedStatement.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
ResultAdapter.php fix(db): Fix internal calls to doctrine's fetch() methods 2024-07-19 11:21:12 +02:00
SchemaWrapper.php feat: implement distributing partitioned queries over multiple shards 2024-08-28 10:21:19 +02:00
SetTransactionIsolationLevel.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
SQLiteMigrator.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
SQLiteSessionInit.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00