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

Partitioning Support in Doctrine for Relational Databases | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary...

New Feature
PostgreSQL

At this line: https://github.com/doctrine/dbal/blob/82331b861727c15b1f457ef05a8729e508e7ead5/src/Platforms/AbstractMySQLPlatform.php#L570 The code checks for `$diff->addedIndexes['primary']` to determine if it should add a primary key, but ignores the results of the `onSchemaIndexDefinition` events. For example, when creating...

Events

### Bug Report | Q | A |------------ | ------ | Version | 3.3.2 #### Summary Platform: MySQL Version: 8.0 Entity with versionable field: ```php /** * @ORM\Version() * @ORM\Column(type="datetime")...

Bug
MySQL
Schema Comparison

### Current behaviour When using the locale `tr`, the `array_change_key_case` function calls do not properly lower case the array indexes. For example, `Index_Type` will be converted to `Index_type`. > Using...

Bug
Schema Introspection

### Bug Report If declaring custom `Type` and its `getSQLDeclaration()` method changes, no migration is generated. | Q | A |------------ | ------ | Version | 3.3.2 #### Summary Implement...

Bug
Schema Management
Schema Comparison
Schema Introspection

### Bug Report | Q | A |------------ | ------ | Version | 3.3.2 #### Summary When using functional MySQL indexes, the `AbstractSchemaManager` crashes when instantiating a new `Index` for...

MySQL
Schema
Schema Introspection
Indexes

### Bug Report In Doctrine\DBAL\Schema\Table in the function getColumns an array_merge is done where some of the indexes are the column names. If a column name is an integer like...

Bug
MySQL
Identifiers

I'm just building a project based on Laravel, test environment had schema was named "web-test" in postgresql. I have set database search_path to "web-test", everything worked in Laravel except changing...

Bug
PostgreSQL
Schema Introspection

| Q | A |------------ | ----- | Version | 1.6.2 ### Support Question I am running a symfony 4 project using doctrine and mysql. I have been running into...

# Goals - use FQCNs instead of strings to identify types - have people implement one or more interfaces depending on their needs, instead of forcing them to use inheritance...

Improvement
New Feature
Types
RFC
BC Break
Type Mapping