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 |------------ | ------ | DBAL Version | 3.3.7 | Migrations Version | 3.5.1 | Platform | MySQL 8.0 #### Summary It seems that...

Bug
MySQL
Schema Comparison
Schema Introspection

| Q | A |------------- | ----------- | Type | bug | Fixed issues | n/a #### Summary The error code itself is not enough to detect the error is...

Requires Feedback

| Q | A |------------- | ----------- | Type | bug | Fixed issues | n/a #### Summary In `Table::addUniqueConstraint()` it was/is correct, but in `Table::_addUniqueConstraint()` it was wrong.

Requires Feedback

Follow up of https://github.com/doctrine/dbal/pull/5036, prompted by https://github.com/doctrine/DoctrineBundle/issues/1246#issuecomment-1190884340

Hi, When i use the doctrine diff, doctrine create a file with this line : ```php

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes/no #### Summary When dealing with many-to-many relations (and possibly other types...

Requires Feedback
Schema Comparison

### Bug Report | Q | A |------------ | ------ | Version | 3.3.7 #### Summary repro https://dbfiddle.uk/?rdbms=sqlserver_2019&fiddle=36b1193feaaab2d8f54cb5d7aadd32c8 source of the issue https://github.com/doctrine/dbal/blob/058c448a9bf4c749a7319231696163d93f5cae08/src/Platforms/SQLServerPlatform.php#L459 #### Current behaviour FK constraint requires a...

Requires Feedback
SQL Server
Schema Definition

### Bug Report | Q | A |------------ | ------ | Version | 3.3.7 #### Summary please see https://dba.stackexchange.com/questions/314472/ora-02270-can-fk-in-oracle-be-defined-on-varchar2-column/314474#314474 #### Current behaviour https://dbfiddle.uk/?rdbms=oracle_18&fiddle=7de31287a57c063b3304987b06f76137 #### How to reproduce add unique index...

Requires Feedback

| Q | A |------------ | ------ | Version | 3.3.7 #### Summary Currently, a general DBAL driver exception is thrown even if the error code is 23000 representing a...

Requires Feedback
SQLite
Foreign Keys

| Q | A |------------ | ------ | Version | 3.3.7 #### Summary Currently, when `Table::addForeignKeyConstraint()` is called, an index is added. When `SqliteSchemaManager::createForeignKey()` is called later, there are several...

Requires Feedback