dbal icon indicating copy to clipboard operation
dbal copied to clipboard

Doctrine Database Abstraction Layer

Results 249 dbal issues
Sort by recently updated
recently updated
newest added

Trying to alter a postgresql table that has a `tstzrange` which is causing an exception to be thrown ``` [Doctrine\DBAL\DBALException] Unknown database type tstzrange requested, Doctrine\DBAL\Platforms\PostgreSqlPlatform may not support it....

Bug
Type Mapping

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.10.1 #### Summary In a Oracle DB I'm trying to set as...

Bug
Oracle
Schema Management

| Q | A |------------ | ----- | Version |2.10.1 ### Support Question Hi I'm having problems trying to update a column that has a camelCase identifier I'm running `$table->integer('"typeDeleted"')->nullable()->default(0)->change();`...

Bug
Identifiers

### Feature Request MariaDB added support for SEQUENCE in version 10.3. DBAL. https://mariadb.com/kb/en/sequences/ | Q | A |------------ | ------ | New Feature | yes | RFC | no |...

MariaDB
Sequences

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary ```php $queryBuilder->addWith('name', $this->createQueryBuilder()->select(...)); ```...

New Feature
MySQL
PostgreSQL
SQL Server
MariaDB
QueryBuilder
Help wanted

### Bug Report | Q | A |------------ | ------ | Version | 3.1.3 #### Summary The generate SQL keep the double quote if we have have a sensitive case...

Bug
Quoting
Identifiers

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.1.4 #### Summary & Current behaviour `OracleSchemaManager::dropTable` does not drop AI sequence...

Bug
Oracle
Schema Management

Seems like only `datetime` type accepts *(i.e is parsed correctly)* `DEFAULT_TIMESTAMP` as a default value. Observed on `PostgreSQL`, but it should be the same on almost all platforms, since the...

Default Values

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.1.3 #### Summary We have a custom "money_value" type, to set decimal...

Bug
Schema Management
Types

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.12.0 While creating a failing test case for `LockMode::NONE` on SQL Server...

oci8
Transactions