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 |------------ | ------ | Version | 3.3.7 #### Summary #### Current behaviour When a columns default value contains '::' the default value is...

PostgreSQL
Default Values

When connecting primary and replica database with SSL connection, the driver options remain empty for the replica database. > Error: An exception occurred in driver: SQLSTATE[HY000] [9002] SSL connection is...

Replication

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.1.3 #### Summary The SQL for changing the MySQL table engine isn't...

Bug
MySQL
Schema Comparison

| Q | A |------------- | ----------- | Type | bug | Fixed issues | n/a #### Summary The previous FKs are dropped if the `$fromTable` has quoted columns -...

Missing Tests
Requires Feedback

### Feature Request Would be great if the schema_filter parameter in DBAL allowed filtering of any object including index, column name, etc | Q | A |------------ | ------ |...

Schema Introspection

| Q | A |------------- | ----------- | Type |improvement | Fixed issues | Follows up https://github.com/doctrine/dbal/pull/5269 #### Summary The returned string representing row count is always a number so...

Static Analysis

This was suggested on https://github.com/doctrine/doctrine2/issues/6510, the user has the need of sorting entries with a more accurate precision. Some comments about this on #1515

Improvement
Platforms
Types

| Q | A |------------ | ------ | Type | improvement | BC Break | yes The reasons are: 1. Currently, some platforms support the `$database` argument and others don't...

Improvement
Platforms
BC Break
Schema Introspection

### Bug Report | Q | A |------------ | ------ | BC Break | yes/no | Version | 2.10.0 #### Summary The current library design around handling named and positional...

Bug
Drivers
Prepared Statements
Refactoring

| Q | A |------------ | ------ | BC Break | no | Version | 2.9.3 The fact that the `Connection::getParams()` method exists makes it impossible to make any changes...

Connections
Configuration