nextcloud-server/lib/private/DB
Robin Appelman fc2cda12b5
fix: use proper migration sorting when checking if a migration needs to be executed
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-04-02 14:29:08 +07:00
..
Exceptions feat: log query for dbal exceptions 2025-02-26 17:37:13 +07:00
QueryBuilder fix(lint): correct comment identation 2025-02-25 22:35:50 +07:00
Adapter.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
AdapterMySQL.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
AdapterOCI8.php
AdapterPgSql.php
AdapterSqlite.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
ArrayResult.php
BacktraceDebugStack.php
Connection.php feat(db): add truncateTable method 2025-03-02 10:36:13 +07:00
ConnectionAdapter.php Merge pull request #51073 from nextcloud/dbal-exception-query 2025-03-04 16:32:55 +07:00
ConnectionFactory.php fix(ConvertType): Read dbtype in createConnectionParams and remove safeguard 2025-01-30 09:24:58 +07:00
DbDataCollector.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
MigrationException.php
MigrationService.php fix: use proper migration sorting when checking if a migration needs to be executed 2025-04-02 14:29:08 +07:00
Migrator.php
MigratorExecuteSqlEvent.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
MissingColumnInformation.php
MissingIndexInformation.php
MissingPrimaryKeyInformation.php
MySqlTools.php
OCSqlitePlatform.php
ObjectParameter.php
OracleConnection.php
OracleMigrator.php
PgSqlTools.php
PreparedStatement.php
ResultAdapter.php
SQLiteMigrator.php
SQLiteSessionInit.php
SchemaWrapper.php
SetTransactionIsolationLevel.php