nextcloud-server/lib/private/DB
Julius Härtl 3bdd770129
fix: Check for wrapped retriable exceptions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-05-02 19:42:11 +07:00
..
Exceptions fix: Check for wrapped retriable exceptions 2023-05-02 19:42:11 +07:00
QueryBuilder Merge pull request #36261 from nextcloud/techdebt/noid/warn-devs-about-potential-bugs 2023-01-23 18:47:25 +07:00
Adapter.php composer run cs:fix 2023-01-20 11:45:08 +07:00
AdapterMySQL.php composer run cs:fix 2023-01-20 11:45:08 +07:00
AdapterOCI8.php
AdapterPgSql.php
AdapterSqlite.php composer run cs:fix 2023-01-20 11:45:08 +07:00
BacktraceDebugStack.php log start time of queries for profiler 2023-02-14 15:16:15 +07:00
Connection.php fix DBAL exception handling in setValues 2023-03-31 17:01:17 +07:00
ConnectionAdapter.php composer run cs:fix 2023-01-20 11:45:08 +07:00
ConnectionFactory.php
DbDataCollector.php
MigrationException.php
MigrationService.php
Migrator.php Use typed version of IConfig::getSystemValue as much as possible 2023-04-05 12:50:08 +07:00
MigratorExecuteSqlEvent.php
MissingColumnInformation.php
MissingIndexInformation.php
MissingPrimaryKeyInformation.php
MySQLMigrator.php
MySqlTools.php composer run cs:fix 2023-01-20 11:45:08 +07:00
OCSqlitePlatform.php
ObjectParameter.php
OracleConnection.php
OracleMigrator.php Use typed version of IConfig::getSystemValue as much as possible 2023-04-05 12:50:08 +07:00
PgSqlTools.php Use typed version of IConfig::getSystemValue as much as possible 2023-04-05 12:50:08 +07:00
PostgreSqlMigrator.php
PreparedStatement.php composer run cs:fix 2023-01-20 11:45:08 +07:00
ResultAdapter.php composer run cs:fix 2023-01-20 11:45:08 +07:00
SQLiteMigrator.php fix(DB): Remove not supported column comments when using SQLite 2023-02-22 01:07:26 +07:00
SQLiteSessionInit.php
SchemaWrapper.php composer run cs:fix 2023-01-20 11:45:08 +07:00
SetTransactionIsolationLevel.php