nextcloud-server/lib/private/DB
Git'Fellow 5f519a2e7d
chore(db): move to OCP\Server
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-04-13 18:29:22 +07:00
..
Exceptions fix: Check for wrapped retriable exceptions 2023-05-02 19:42:11 +07:00
QueryBuilder fix: Fix new psalm errors from update 2024-04-08 11:29:09 +07:00
Adapter.php fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
AdapterMySQL.php composer run cs:fix 2023-01-20 11:45:08 +07:00
AdapterOCI8.php
AdapterPgSql.php Check style update 2022-01-13 00:19:07 +07:00
AdapterSqlite.php fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
BacktraceDebugStack.php log start time of queries for profiler 2023-02-14 15:16:15 +07:00
Connection.php chore(db): move to OCP\Server 2024-04-13 18:29:22 +07:00
ConnectionAdapter.php fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
ConnectionFactory.php Merge pull request #44470 from nextcloud/fix/compatibility-replica-splitting 2024-03-26 20:27:14 +07:00
DbDataCollector.php fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
MigrationException.php
MigrationService.php fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
Migrator.php fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
MigratorExecuteSqlEvent.php Declare strict types in all new Event classes 2022-08-25 16:15:49 +07:00
MissingColumnInformation.php Migrate missing column database check to new API 2023-11-27 15:23:52 +07:00
MissingIndexInformation.php Migrate missing index database check to new API 2023-11-27 15:23:52 +07:00
MissingPrimaryKeyInformation.php Migrate missing primary key database check to new API 2023-11-27 15:23:52 +07:00
MySqlTools.php Refactors "strpos" calls in lib/private to improve code readability. 2023-05-15 15:17:19 +07:00
OCSqlitePlatform.php
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 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 enh: Implement PrimaryReadReplicaConnection 2023-12-16 20:27:37 +07:00