nextcloud-server/lib/private/DB
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2023-11-23 10:36:13 +07:00
..
Exceptions fix: Check for wrapped retriable exceptions 2023-05-02 19:42:11 +07:00
QueryBuilder fix(workflowengine): use andWhere() not second where() 2023-11-13 14:47:47 +07:00
Adapter.php Fix Exception catching in OC\DB\Adapter 2023-09-05 09:20:26 +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 chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
ConnectionAdapter.php enh(db): provide database providers via API 2023-09-19 11:56:44 +07:00
ConnectionFactory.php Convert isset ternary to null coalescing operator 2023-09-28 17:44:19 +07:00
DbDataCollector.php
MigrationException.php
MigrationService.php fix(install): Make installing more verbose 2023-11-03 15:44:46 +07:00
Migrator.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
MigratorExecuteSqlEvent.php Declare strict types in all new Event classes 2022-08-25 16:15:49 +07:00
MissingColumnInformation.php
MissingIndexInformation.php
MissingPrimaryKeyInformation.php
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 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(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