nextcloud-server/lib/private/DB
Ferdinand Thiessen 832f79ac93
chore: apply code style
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-30 19:04:59 +07:00
..
Exceptions feat: log query for dbal exceptions 2025-03-05 22:52:28 +07:00
QueryBuilder chore: apply code style 2025-04-30 19:04:59 +07:00
Adapter.php chore: apply code style 2025-04-30 19:04:59 +07:00
AdapterMySQL.php
AdapterOCI8.php
AdapterPgSql.php chore: apply code style 2025-04-30 19:04:59 +07:00
AdapterSqlite.php chore: apply code style 2025-04-30 19:04:59 +07:00
ArrayResult.php chore: Apply php:cs recommendations 2024-08-28 14:54:14 +07:00
BacktraceDebugStack.php
Connection.php chore: apply code style 2025-04-30 19:04:59 +07:00
ConnectionAdapter.php feat: log query for dbal exceptions 2025-03-05 22:52:28 +07:00
ConnectionFactory.php chore: apply code style 2025-04-30 19:04:59 +07:00
DbDataCollector.php
MigrationException.php
MigrationService.php chore: apply code style 2025-04-30 19:04:59 +07:00
Migrator.php fix: Run migration sql as statement so that the primary db node is used 2024-09-09 09:38:13 +07:00
MigratorExecuteSqlEvent.php
MissingColumnInformation.php
MissingIndexInformation.php
MissingPrimaryKeyInformation.php
MySqlTools.php chore: apply code style 2025-04-30 19:04:59 +07:00
OCSqlitePlatform.php
ObjectParameter.php
OracleConnection.php fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprecated 2024-07-19 11:21:11 +07:00
OracleMigrator.php
PgSqlTools.php fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprecated 2024-07-19 11:21:11 +07:00
PreparedStatement.php chore: apply code style 2025-04-30 19:04:59 +07:00
ResultAdapter.php fix(db): Fix internal calls to doctrine's `fetch()` methods 2024-07-19 11:21:12 +07:00
SQLiteMigrator.php
SQLiteSessionInit.php
SchemaWrapper.php chore: apply code style 2025-04-30 19:04:59 +07:00
SetTransactionIsolationLevel.php