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 570159e610
fix(DB): Update comment to state why we still use the max 4k limit
2 years ago
..
Exceptions fix: Check for wrapped retriable exceptions 3 years ago
QueryBuilder Refactors "strpos" calls in lib/private to improve code readability. 3 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 fix(mysql): Remove custom MySQL workaround from 2015 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
MigrationException.php
MigrationService.php Cleanup plsam issues in DB/ContactsManager and Console 2 years ago
Migrator.php fix(DB): Update comment to state why we still use the max 4k limit 2 years ago
MigratorExecuteSqlEvent.php
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