nextcloud/lib/private/DB
Andy Scherzinger 3aa9d8cdf0
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis (push) Waiting to run
Psalm static code analysis / static-code-analysis-security (push) Waiting to run
Psalm static code analysis / static-code-analysis-ocp (push) Waiting to run
Psalm static code analysis / static-code-analysis-ncu (push) Waiting to run
Merge pull request #58270 from nextcloud/backport/58223/stable33
[stable33] fix: correctly quote tablenames for truncating with oracle
2026-02-11 20:47:41 +01:00
..
Exceptions feat: log query for dbal exceptions 2025-02-26 17:37:13 +01:00
QueryBuilder fix(propagator): Improve lock behavior of propagator 2026-02-11 16:25:12 +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: correctly quote tablenames for truncating with oracle 2026-02-11 17:00:34 +01: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