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

| Q | A |------------- | ----------- | Type | improvement #### Summary Create indices in mysql80 without table lock (see: https://dev.mysql.com/doc/refman/8.0/en/innodb-online-ddl-operations.html)

Improvement
Requires Feedback
MySQL
Schema Management

| Q | A |------------- | ----------- | Type | improvement | Fixed issues | Prevents future issues ;-) #### Summary PHP 8.4 will support a new error code 4031...

Bug
Requires Feedback
MySQL
Error Handling
PHP

In recent MariaDB version the following will not succeed (resp. always yields an empty result set): https://github.com/doctrine/dbal/blob/7fb00fdf7091a3ab0a4b6d0eed12170b4c7c2aa8/src/Schema/MySQLSchemaManager.php#L463-L474 The reason is, that `CCSA.collation_name` in recent MariaDB versions (tested version: 10.11.7) only...

Bug
MariaDB
Schema Management

### Bug Report | Q | A |------------ | ------ | Version | 3.8.3, 4.0.1 #### Summary PostgreSQL uses a single-quote to quote a single-quote, ending in double single-quotes `''`....

Bug
PostgreSQL
Schema Definition

| Q | A |------------ | ----- | Version | 4.0.1 https://www.doctrine-project.org/projects/doctrine-dbal/en/4.0/reference/platforms.html ``` 'platform' => $myPlatform, ``` 1) platform param was removed but still documented 2) what is the current...

Documentation

### Bug Report It is currently not possible to change collations from the default collation via DBAL's Mysqli driver, particularly for the `collation_connection` variable in MySQL / MariaDB. This is...

I'm migrating a project to DBAL 4. This is initial support for native ENUM type. A custom mapping type is used in the ORM side. | Q | A |-------------...

Missing Tests
New Feature
Types
Stale

| Q | A |------------- | ----------- | Type | improvement | Fixed issues | #### Summary Allow to pass IPv6 address of postgres server in URI notation (`[ff:aa:...]`). When...

Bug
Configuration
Connecting
pgsql

Page: https://www.doctrine-project.org/projects/doctrine-dbal/en/3.8/reference/types.html#reference This PR is the "sibling" of https://github.com/doctrine/orm/pull/11384 * Once you've merged this, I will go over these types again and refine the wording a little. * Besides, the...

Documentation

| Q | A |------------- | ----------- | Type | bug | Fixed issues | #### Summary ```php

Static Analysis