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 When **postConnect** event is triggered, the Platform is not ready yet, but the Getter is available, what ends up in multiple instances and broken setup. #### Summary...

Improvement
Events
Platform Detection

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | don't know | BC Break | depends :-) #### Summary I am...

Improvement
Events
Columns

### Bug Report See https://github.com/symfony/symfony/issues/41526 for further information. | Q | A | ------------ | ------ | BC Break | ? | Version | 2.13.1 #### Summary When passing a...

Types
Prepared Statements

### Bug Report Strange behavior if a table with the column name 1 exists and I add an index to an existing table within a migration. | Q | A...

Identifiers

### Bug Report | Q | A |------------ | ------ | BC Break | yes ? | Version | (current master) #### Summary `NUMBER` Datatype is misclassified as 'always integer'...

Bug
Oracle
Type Conversion

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | x.y.z #### Summary Unable to use `FULLTEXT` indexes when using SQL Server...

SQL Server
Indexes

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | no #### Summary Currently it is driver...

Improvement
Prepared Statements

### Bug Report | Q | A |------------ | ------ | BC Break | yes/no | Version | 3.0.0 #### Summary Schema introspection in Oracle failing #### Current behaviour When...

Bug
Oracle
Type Mapping

Previously reported in doctrine/migrations bundle (https://github.com/doctrine/migrations/issues/756) ### Bug Report On my Entities I have used the `@ORM\Table` annotation to define the table name. Because I don't want to be restricted...

Bug
Quoting
Schema Comparison
Identifiers

When trying to rename a DOUBLE column an exception occurs: ``` sql CREATE TABLE `01234` ( `foo` double(8,2) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; ALTER TABLE 01234 CHANGE foo...

Quoting
Identifiers