nextcloud-server/lib/private/DB
Christoph Wurst 4968328acb
Merge remote-tracking branch 'origin/master' into feat/database/query-result-fetch-associative-fetch-num
2023-10-05 13:29:09 +07:00
..
Exceptions fix: Check for wrapped retriable exceptions 2023-05-02 19:42:11 +07:00
QueryBuilder Refactors "strpos" calls in lib/private to improve code readability. 2023-05-15 15:17:19 +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 Update php licenses 2021-06-04 22:02:41 +07:00
AdapterPgSql.php Check style update 2022-01-13 00:19:07 +07:00
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 Cleanup plsam issues in DB/ContactsManager and Console 2023-09-05 09:20:26 +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 record backtrace when profiling db requests 2022-04-04 18:12:30 +07:00
MigrationException.php Update php licenses 2021-06-04 22:02:41 +07:00
MigrationService.php Cleanup plsam issues in DB/ContactsManager and Console 2023-09-05 09:20:26 +07:00
Migrator.php refactor: Use DBAL's executeQuery instead of query (deprecated) 2023-09-27 10:43:42 +07:00
MigratorExecuteSqlEvent.php Declare strict types in all new Event classes 2022-08-25 16:15:49 +07:00
MissingColumnInformation.php Update php licenses 2021-06-04 22:02:41 +07:00
MissingIndexInformation.php Update php licenses 2021-06-04 22:02:41 +07:00
MissingPrimaryKeyInformation.php Update php licenses 2021-06-04 22:02:41 +07:00
MySQLMigrator.php Update php licenses 2021-06-04 22:02:41 +07:00
MySqlTools.php Refactors "strpos" calls in lib/private to improve code readability. 2023-05-15 15:17:19 +07:00
OCSqlitePlatform.php Update php licenses 2021-06-04 22:02:41 +07:00
ObjectParameter.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +07:00
OracleConnection.php Cleanup plsam issues in DB/ContactsManager and Console 2023-09-05 09:20:26 +07:00
OracleMigrator.php Refactor "substr" calls to improve code readability 2023-07-07 04:54:20 +07:00
PgSqlTools.php Use typed version of IConfig::getSystemValue as much as possible 2023-04-05 12:50:08 +07:00
PostgreSqlMigrator.php fixed quotes 2023-06-20 18:35:10 +07:00
PreparedStatement.php composer run cs:fix 2023-01-20 11:45:08 +07:00
ResultAdapter.php fixup! feat(database): Add replacements for deprecated fetch and fetchAll 2023-09-27 14:37:19 +07:00
SQLiteMigrator.php fix(DB): Remove not supported column comments when using SQLite 2023-02-22 01:07:26 +07:00
SQLiteSessionInit.php Update php licenses 2021-06-04 22:02:41 +07:00
SchemaWrapper.php Refactors "strpos" calls in lib/private to improve code readability. 2023-05-15 15:17:19 +07:00
SetTransactionIsolationLevel.php Update php licenses 2021-06-04 22:02:41 +07:00