You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib/private/DB
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1
2 years ago
..
Exceptions fix: Check for wrapped retriable exceptions 3 years ago
QueryBuilder fix(workflowengine): use andWhere() not second where() 2 years ago
Adapter.php Fix Exception catching in OC\DB\Adapter 2 years ago
AdapterMySQL.php composer run cs:fix 3 years ago
AdapterOCI8.php
AdapterPgSql.php
AdapterSqlite.php composer run cs:fix 3 years ago
BacktraceDebugStack.php log start time of queries for profiler 3 years ago
Connection.php chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
ConnectionAdapter.php enh(db): provide database providers via API 2 years ago
ConnectionFactory.php Convert isset ternary to null coalescing operator 2 years ago
DbDataCollector.php record backtrace when profiling db requests 4 years ago
MigrationException.php
MigrationService.php fix(install): Make installing more verbose 2 years ago
Migrator.php chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
MigratorExecuteSqlEvent.php Declare strict types in all new Event classes 3 years ago
MissingColumnInformation.php
MissingIndexInformation.php
MissingPrimaryKeyInformation.php
MySqlTools.php Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
OCSqlitePlatform.php
ObjectParameter.php
OracleConnection.php Cleanup plsam issues in DB/ContactsManager and Console 2 years ago
OracleMigrator.php fix(oracle): Move away from internal and deprecated SchemaDiff API 2 years ago
PgSqlTools.php Use typed version of IConfig::getSystemValue as much as possible 3 years ago
PreparedStatement.php composer run cs:fix 3 years ago
ResultAdapter.php composer run cs:fix 3 years ago
SQLiteMigrator.php fix(sqlite): Remove some old SQLite cheats 2 years ago
SQLiteSessionInit.php
SchemaWrapper.php Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
SetTransactionIsolationLevel.php