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

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary https://github.com/doctrine/dbal/commit/52b4692ebefd5a25420238aa53176ef8d4dc2e83 disabled JSON support...

Improvement
MariaDB
Platforms
Type Mapping

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | maybe | BC Break | no #### Summary I would like to...

New Feature
QueryBuilder

When we connecting to db by MasterSlaveConnection class, we not using driverOptions from specific connection but from common definition. ```php protected function connectTo($connectionName) { $params = $this->getParams(); **$driverOptions = $params['driverOptions']...

Improvement
Replication

The below issue was set for milestone 2.5.2 but was marked as Closed - Incomplete. DBAL-1233: TEXT type in MSSQL should be NVARCHAR(MAX) not VARCHAR(MAX) To my knowledge the issue...

SQL Server
pdo_sqlsrv
Schema Definition
Columns

### Bug Report | Q | A |------------ | ------ | Version | 3.1.5+ #### Summary Oracle platform class falsly removes `NOT NULL` from columns with sequences. First run: ```...

Bug
Oracle

### Bug Report The issue is happens in PostgreSQL platform when custom type (extend Doctrine\DBAL\Types\Type) is configured for nullable column. In that case, everytime the schema update is called, SQL...

Bug
PostgreSQL
Schema Comparison

### Bug Report When trying to prevent a table from being created by calling `$event->preventDefault()` in a listener for `Events::onSchemaCreateTable` the create table statements are not present but any foreign...

Schema Management
Events

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | no #### Summary The DBAL Statement object...

Improvement

Jira issue originally created by user leoFelipe: I am creating a QueryBuilder receiving values to createQueryBuilder() coming by parameter. I created testing in my local database with pdo_mysql driver and...

Bug

This issue is related to the schema comparator. We use it to run migrations. If I change the table name it will result into `DROP TABLE` and `CREATE TABLE` sql...

Improvement
Schema