nextcloud/lib/private/DB
Stephan Orbaugh d308e61847
Merge pull request #54251 from nextcloud/backport/54203/stable30
[stable30] fix: fix oci string length with empty strings
2025-08-07 15:21:44 +02:00
..
Exceptions feat: log query for dbal exceptions 2025-03-05 22:52:28 +01:00
QueryBuilder Merge pull request #54251 from nextcloud/backport/54203/stable30 2025-08-07 15:21:44 +02:00
Adapter.php chore: apply code style 2025-04-30 19:04:59 +02:00
AdapterMySQL.php feat(dbal): add proper insert ignore conflict method for MySQL 2024-06-25 11:28:37 +02:00
AdapterOCI8.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
AdapterPgSql.php chore: apply code style 2025-04-30 19:04:59 +02:00
AdapterSqlite.php chore: apply code style 2025-04-30 19:04:59 +02:00
ArrayResult.php chore: Apply php:cs recommendations 2024-08-28 14:54:14 +02:00
BacktraceDebugStack.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Connection.php chore: apply code style 2025-04-30 19:04:59 +02:00
ConnectionAdapter.php feat: log query for dbal exceptions 2025-03-05 22:52:28 +01:00
ConnectionFactory.php fix(ConnectionFactory): Apply Oracle connection fix to primary and replica params as well 2025-07-28 06:13:57 +00:00
DbDataCollector.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MigrationException.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MigrationService.php chore: apply code style 2025-04-30 19:04:59 +02:00
Migrator.php fix: Run migration sql as statement so that the primary db node is used 2024-09-09 09:38:13 +00:00
MigratorExecuteSqlEvent.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MissingColumnInformation.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MissingIndexInformation.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MissingPrimaryKeyInformation.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MySqlTools.php chore: apply code style 2025-04-30 19:04:59 +02:00
ObjectParameter.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
OCSqlitePlatform.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
OracleConnection.php fix(db): Use createSchemaManager() method as getSchemaManager() is deprecated 2024-07-19 11:21:11 +02:00
OracleMigrator.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
PgSqlTools.php fix(db): Use createSchemaManager() method as getSchemaManager() is deprecated 2024-07-19 11:21:11 +02:00
PreparedStatement.php chore: apply code style 2025-04-30 19:04:59 +02:00
ResultAdapter.php fix(db): Fix internal calls to doctrine's fetch() methods 2024-07-19 11:21:12 +02:00
SchemaWrapper.php chore: apply code style 2025-04-30 19:04:59 +02:00
SetTransactionIsolationLevel.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
SQLiteMigrator.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
SQLiteSessionInit.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00