nextcloud-server/lib/private/DB
dependabot[bot] bb598c8451
chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/nextcloud/coding-standard/releases)
- [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/coding-standard/compare/v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: nextcloud/coding-standard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-10-19 07:57:35 +07:00
..
Exceptions feat(db): add mapping for lock wait timeout 2024-05-29 11:10:43 +07:00
QueryBuilder chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2024-10-19 07:57:35 +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 chore: Add SPDX header 2024-05-24 13:11:22 +07:00
AdapterPgSql.php feat(db): remove workaround for pqsql 9.4 and older 2024-06-03 12:47:31 +07:00
AdapterSqlite.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
ArrayResult.php chore: Apply php:cs recommendations 2024-08-28 10:44:18 +07:00
BacktraceDebugStack.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Connection.php chore: Add proper deprecation dates where missing 2024-09-20 00:46:03 +07:00
ConnectionAdapter.php feat: implement distributing partitioned queries over multiple shards 2024-08-28 10:21:19 +07:00
ConnectionFactory.php fix(DB): set sharding parameters only when intended 2024-08-29 19:12:44 +07:00
DbDataCollector.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
MigrationException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MigrationService.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
Migrator.php fix: Run migration sql as statement so that the primary db node is used 2024-08-30 15:45:50 +07:00
MigratorExecuteSqlEvent.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
MissingColumnInformation.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MissingIndexInformation.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MissingPrimaryKeyInformation.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
MySqlTools.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
OCSqlitePlatform.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ObjectParameter.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
OracleConnection.php fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprecated 2024-07-19 11:21:11 +07:00
OracleMigrator.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
PgSqlTools.php fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprecated 2024-07-19 11:21:11 +07:00
PreparedStatement.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
ResultAdapter.php fix(db): Fix internal calls to doctrine's `fetch()` methods 2024-07-19 11:21:12 +07:00
SQLiteMigrator.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
SQLiteSessionInit.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
SchemaWrapper.php feat: implement distributing partitioned queries over multiple shards 2024-08-28 10:21:19 +07:00
SetTransactionIsolationLevel.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00