nextcloud/lib/private/DB
Joas Schilling 6b2f1367cd
fix(db): Map parameter types to doctrine's enums
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-04 14:19:46 +02:00
..
Exceptions fix(db)!: Doctrine\DBAL\Types\Type::getName() was removed 2024-07-04 14:19:31 +02:00
Middlewares fix(db): Doctrine Event Manager is removed 2024-07-04 14:19:42 +02:00
QueryBuilder fix(db): Map parameter types to doctrine's enums 2024-07-04 14:19:46 +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 chore: Add SPDX header 2024-05-24 13:11:22 +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
BacktraceDebugStack.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Connection.php fix(db): Add a hint that we return PHP_INT_MAX 2024-07-04 14:19:46 +02:00
ConnectionAdapter.php fix(db): Too many arguments for method \Doctrine\DBAL\Connection::quote() - saw 2 2024-07-04 14:19:44 +02:00
ConnectionFactory.php fix(db): Doctrine Event Manager is removed 2024-07-04 14:19:42 +02:00
DbDataCollector.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MigrationException.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MigrationService.php fix(db)!: Doctrine\DBAL\Platforms\MySQL80Platform requires the length of a VARCHAR column to be specified 2024-07-04 14:19:43 +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 fix(db): Method \Doctrine\DBAL\Platforms\AbstractPlatform::getIdentifierQuoteCharacter() does not exist 2024-07-04 14:19:45 +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): Map parameter types to doctrine's enums 2024-07-04 14:19:46 +02:00