nextcloud-server/lib/private/DB
Julius Härtl ccc27dc28b fix: Run migration sql as statement so that the primary db node is used
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-09-09 09:39:01 +07:00
..
Exceptions fix: Check for wrapped retriable exceptions 2023-05-02 19:42:11 +07:00
QueryBuilder fix: Remove bogus code from query builder and fix parameter name 2024-04-30 10:47:46 +07:00
Adapter.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
AdapterMySQL.php
AdapterOCI8.php
AdapterPgSql.php
AdapterSqlite.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
BacktraceDebugStack.php
Connection.php feat: add additional logging for database errors 2024-07-25 14:47:27 +07:00
ConnectionAdapter.php feat: add additional logging for database errors 2024-07-25 14:47:27 +07:00
ConnectionFactory.php fix: fix passing additional db connection parameters in factory 2024-08-05 15:43:57 +07:00
DbDataCollector.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
MigrationException.php
MigrationService.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
Migrator.php fix: Run migration sql as statement so that the primary db node is used 2024-09-09 09:39:01 +07:00
MigratorExecuteSqlEvent.php
MissingColumnInformation.php Migrate missing column database check to new API 2023-11-27 15:23:52 +07:00
MissingIndexInformation.php Migrate missing index database check to new API 2023-11-27 15:23:52 +07:00
MissingPrimaryKeyInformation.php Migrate missing primary key database check to new API 2023-11-27 15:23:52 +07:00
MySqlTools.php Refactors "strpos" calls in lib/private to improve code readability. 2023-05-15 15:17:19 +07:00
OCSqlitePlatform.php
ObjectParameter.php
OracleConnection.php Cleanup plsam issues in DB/ContactsManager and Console 2023-09-05 09:20:26 +07:00
OracleMigrator.php fix(oracle): Move away from internal and deprecated SchemaDiff API 2023-10-06 15:29:26 +07:00
PgSqlTools.php Use typed version of IConfig::getSystemValue as much as possible 2023-04-05 12:50:08 +07:00
PreparedStatement.php
ResultAdapter.php
SQLiteMigrator.php fix(sqlite): Remove some old SQLite cheats 2023-10-06 15:29:27 +07:00
SQLiteSessionInit.php
SchemaWrapper.php Refactors "strpos" calls in lib/private to improve code readability. 2023-05-15 15:17:19 +07:00
SetTransactionIsolationLevel.php enh: Implement PrimaryReadReplicaConnection 2023-12-16 20:27:37 +07:00