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

### Bug Report | Q | A |------------ | ------ | Version | 3.4.x #### Summary I ran into the issue while running migrations in laravel 9.0, which uses docrine/dbal...

Requires Feedback
SQLite
Foreign Keys

### Bug Report | Q | A |------------ | ------ | Version | 3.4.0 #### Summary Since 3.4.0, schema introspection on Oracle when the DB has lowercase named tables, leads...

Bug
Regression
Oracle
Schema Introspection

### Bug Report | Q | A |------------ | ------ | BC Break | yes | Version | 3.3.1 - dev-master, in 3.3.0 there is only 1 (different) sql ####...

Requires Feedback
MySQL
Schema Management

### Bug Report PostgreSQLSchemaManager wrongly resolves an empty existing table set. | Q | A |------------ | ------ | Version | 3.4.0 #### Summary When running `doctrine:schema:update` command it wrongly...

PostgreSQL
Schema Introspection

| Q | A |------------- | ----------- | Type | bug Fixes #5579.

Bug
Regression
MySQL
Oracle
Schema Introspection

| Q | A |------------- | ----------- | Type | bug Fixes #5575. The primary changes are in the PostgreSQL schema manager where instead of using `::REGCLASS` to get the...

Bug
Regression
PostgreSQL
Quoting
Schema Introspection
Foreign Keys
Indexes
Reserved Keywords
Identifiers

### Bug Report | Q | A |------------ | ------ | Version | 3.4.0 #### Summary Since https://github.com/doctrine/dbal/commit/194c6eb7b78173fb8ae0ece8bc85be80d0364d89#diff-c2edb678105c04df1dd166e5a3553488b8084b7eca0cf34e8c0f96a512383fdd doctrine/dbal also list views as part of existing tables. I'm not sure...

Bug
Regression
MySQL
Schema Introspection

### Bug Report | Q | A |------------ | ------ | Version | 3.4.0 #### Summary When table name is protected keyword, e.g. "user", Doctrine diff won't detect indexes and...

Bug
Regression
PostgreSQL
Schema Introspection
Foreign Keys
Indexes
Reserved Keywords

Jira issue originally created by user bburnichon: It would be nice to have a utility method in \Doctrine\Dbal\Driver\ResultStatement to properly retrieve the result column names. Currently, we have to rely...

New Feature
Drivers
Prepared Statements

### Bug Report | Q | A |------------ | ------ | BC Break | yes/no | Version | doctrine/dbal 2.8 #### Summary Error : _Unknown database type requested, Doctrine\DBAL\Platforms\SqlitePlatform may...

Missing Tests
Improvement
SQLite
Schema Management
Type Mapping