nextcloud-server/lib/private/DB
Robin Appelman ea678c0280 feat: support migrating an instance to sharding
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-02-25 21:43:54 +07:00
..
Exceptions
QueryBuilder feat: support migrating an instance to sharding 2025-02-25 21:43:54 +07:00
Adapter.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
AdapterMySQL.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
AdapterOCI8.php
AdapterPgSql.php
AdapterSqlite.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
ArrayResult.php chore: Apply php:cs recommendations 2024-08-28 10:44:18 +07:00
BacktraceDebugStack.php
Connection.php feat: support migrating an instance to sharding 2025-02-25 21:43:54 +07:00
ConnectionAdapter.php feat: implement distributing partitioned queries over multiple shards 2024-08-28 10:21:19 +07:00
ConnectionFactory.php fix(ConvertType): Read dbtype in createConnectionParams and remove safeguard 2025-01-30 10:50:16 +07:00
DbDataCollector.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
MigrationException.php
MigrationService.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
Migrator.php fix: Run migration sql as statement so that the primary db node is used 2024-08-30 15:45:50 +07:00
MigratorExecuteSqlEvent.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
MissingColumnInformation.php
MissingIndexInformation.php
MissingPrimaryKeyInformation.php
MySqlTools.php
OCSqlitePlatform.php
ObjectParameter.php
OracleConnection.php fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprecated 2024-07-19 11:21:11 +07:00
OracleMigrator.php
PgSqlTools.php fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprecated 2024-07-19 11:21:11 +07:00
PreparedStatement.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
ResultAdapter.php fix(db): Fix internal calls to doctrine's `fetch()` methods 2024-07-19 11:21:12 +07:00
SQLiteMigrator.php
SQLiteSessionInit.php
SchemaWrapper.php feat: implement distributing partitioned queries over multiple shards 2024-08-28 10:21:19 +07:00
SetTransactionIsolationLevel.php