nextcloud-server/lib/private/DB
Benjamin Gaussorgues 0cd1eeb509
fix(sharding): typo in addOrderBy
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-10-30 11:43:38 +07:00
..
Exceptions
QueryBuilder fix(sharding): typo in addOrderBy 2024-10-30 11:43:38 +07:00
Adapter.php
AdapterMySQL.php
AdapterOCI8.php
AdapterPgSql.php
AdapterSqlite.php
ArrayResult.php chore: Apply php:cs recommendations 2024-08-28 14:54:14 +07:00
BacktraceDebugStack.php
Connection.php fix(DB): do not assume sharding is always enabled 2024-08-29 20:06:33 +07:00
ConnectionAdapter.php feat: implement distributing partitioned queries over multiple shards 2024-08-28 14:54:14 +07:00
ConnectionFactory.php fix(DB): set sharding parameters only when intended 2024-08-29 20:06:31 +07:00
DbDataCollector.php
MigrationException.php
MigrationService.php fix(migration): Correctly sort migrations by version number 2024-08-28 18:49:09 +07:00
Migrator.php fix: Run migration sql as statement so that the primary db node is used 2024-09-09 09:38:13 +07:00
MigratorExecuteSqlEvent.php
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
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 14:54:14 +07:00
SetTransactionIsolationLevel.php