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

When calling `$eventArgs->preventDefault()` in a drop table event subscriber, `\Doctrine\DBAL\Platforms\AbstractPlatform::getDropTableSQL()` returns null. This null value is then added to the `$sql` array, which is unwanted. Maybe a solution is to...

Events

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.9.2 #### Summary Column names with reserved words do not get quoted....

Quoting
Identifiers

### Bug Report | Q | A |------------ | ------ | BC Break | possibly | Version | ORM v2.6.3, DBAL v2.9.2 | Database Server | Microsoft SQL-Server 2017 |...

Bug
SQL Server
Schema Management
Quoting
Identifiers

### Bug Report | Q | A |------------ | ------ | Version | 3.3.7 #### Summary Currently the generated names in https://github.com/doctrine/dbal/blob/3.3.7/src/Schema/AbstractAsset.php#L215-L222 have several issues: - hash is calculated of...

| Q | A |------------- | ----------- | Type | bug | Fixed issues | #5562 #### Summary When a name is generated and trimmed to a specific length, the...

Missing Tests
Requires Feedback

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no #### Summary Currently adding objects is possible with the constructor, but...

New Feature

_Closes #3424 as it's very long and outdated so I decided to start again here_ | Q | A |------------- | ----------- | Type | bug/feature | BC Break |...

Improvement
Requires Feedback
PostgreSQL
Oracle
Foreign Keys

The type registry should be used directly instead.

Deprecation

| Q | A |------------- | ----------- | Type | improvement | Fixed issues | n/a #### Summary citing: https://www.postgresql.org/docs/current/citext.html > The citext module provides a case-insensitive character string type,...

Missing Tests
Requires Feedback
PostgreSQL
Platforms

| Q | A |------------- | ----------- | Type | bug | Fixed issues | n/a #### Summary https://github.com/doctrine/dbal/pull/5490 must be merged first, this PR depends on it fixes https://dbfiddle.uk/?rdbms=sqlite_3.27&fiddle=4651f0cc575a2f2df11856003d2e0af8...