nextcloud/lib/private/DB
2024-07-09 13:52:20 +02:00
..
Exceptions fix(db)!: Doctrine\DBAL\Types\Type::getName() was removed 2024-07-04 14:19:31 +02:00
Logging fix(db)!: Reimplement the query logger with a doctrine middleware 2024-07-04 14:19:47 +02:00
Middlewares fix(db): Doctrine Event Manager is removed 2024-07-04 14:19:42 +02:00
QueryBuilder Test oracle 2024-07-04 14:41:15 +02:00
Adapter.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
AdapterMySQL.php feat(dbal): add proper insert ignore conflict method for MySQL 2024-06-25 11:28:37 +02:00
AdapterOCI8.php fixup! I have no idea what I'm doing 2024-07-09 13:52:20 +02:00
AdapterPgSql.php feat(db): remove workaround for pqsql 9.4 and older 2024-06-03 12:47:31 +02:00
AdapterSqlite.php feat(dbal): add proper insert ignore conflict method for SQLite 2024-06-25 16:21:01 +02:00
Connection.php fix(db)!: Too few arguments to function Doctrine\DBAL\Query\Expression\ExpressionBuilder::or(), 0 passed and atleast 1 expected 2024-07-04 14:19:53 +02:00
ConnectionAdapter.php fix(db): Replace more Platform usages 2024-07-04 14:19:50 +02:00
ConnectionFactory.php fix(db)!: Reimplement the query logger with a doctrine middleware 2024-07-04 14:19:47 +02:00
DbDataCollector.php fix(db)!: Reimplement the query logger with a doctrine middleware 2024-07-04 14:19:47 +02:00
MigrationException.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MigrationService.php fix(db): Replace more Platform usages 2024-07-04 14:19:50 +02:00
Migrator.php chore: Add SPDX header 2024-05-24 13:11:22 +02: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: Add SPDX header 2024-05-24 13:11:22 +02:00
ObjectParameter.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
OracleConnection.php I have no idea what I'm doing 2024-07-09 13:00:13 +02:00
OracleMigrator.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
PgSqlTools.php fix(db)!: Doctrine\DBAL\Connection::getSchemaManager was removed, use Connection::createSchemaManager instead 2024-07-04 14:19:33 +02:00
PreparedStatement.php fix(db): Map parameter types to doctrine's enums 2024-07-04 14:19:46 +02:00
ResultAdapter.php fix(db): Add a hint that we return PHP_INT_MAX 2024-07-04 14:19:46 +02:00
SchemaWrapper.php fix(db): Doctrine\DBAL\Schema\Schema::getTableNames() was removed 2024-07-04 14:19:38 +02:00
SQLiteMigrator.php fix(db): Make sure setComment() is only called with strings 2024-07-04 14:19:29 +02:00
TDoctrineParameterTypeMap.php fix(db): Don't set null as type 2024-07-04 14:19:48 +02:00