nextcloud/lib/private/DB
Carl Schwan b4dfdf6492
refactor: Prefer using IFunctionBuilder than createFunction
Signed-off-by: Carl Schwan <carlschwan@kde.org>
2026-01-23 16:58:38 +01:00
..
Exceptions feat: log query for dbal exceptions 2025-02-26 17:37:13 +01:00
QueryBuilder refactor: Prefer using IFunctionBuilder than createFunction 2026-01-23 16:58:38 +01:00
Adapter.php fix: Revert "fix(db): Store last insert id before reconnect" 2025-05-21 07:55:42 +02:00
AdapterMySQL.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
AdapterOCI8.php fix: Revert "fix(db): Store last insert id before reconnect" 2025-05-21 07:55:42 +02:00
AdapterPgSql.php fix: Revert "fix(db): Store last insert id before reconnect" 2025-05-21 07:55:42 +02:00
AdapterSqlite.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
ArrayResult.php feat(result): Update result wrapper with new doctrine methods 2025-11-18 17:45:13 +01:00
BacktraceDebugStack.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Connection.php feat(database): Add option to test for mariadb 2025-08-08 07:50:51 +02:00
ConnectionAdapter.php feat(database): Add option to test for mariadb 2025-08-08 07:50:51 +02:00
ConnectionFactory.php fix(PDO): Switch away from deprecated PDO parts 2025-12-19 15:57:03 +01:00
DbDataCollector.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
MigrationException.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MigrationService.php fix(DB): support up to 63 character long table and index names 2026-01-18 14:50:34 +01:00
Migrator.php fix: Run migration sql as statement so that the primary db node is used 2024-08-30 15:45:50 +02:00
MigratorExecuteSqlEvent.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +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 new CSFixer rules 2025-07-01 16:26:50 +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 style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
ResultAdapter.php feat(result): Update result wrapper with new doctrine methods 2025-11-18 17:45:13 +01:00
SchemaWrapper.php feat(Db): Use SnowflakeId for previews 2025-10-28 17:50:03 +01: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 fix(PDO): Switch away from deprecated PDO parts 2025-12-19 15:57:03 +01:00