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

> 1. All transaction-related exceptions extend ConnectionException which probably could renamed to TransactionException. > 2. NonUniqueFieldNameException directly extending ServerException is weird. > 3. TableExistsException extending ServerException is weird too. >...

Improvement
Error Handling
BC Break

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary A clean way to...

New Feature

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.10.1 #### Summary When generating a new table; PK columns with uppercase...

Quoting

Same issue like #1340 Use case: * Use standard symfony project with i.e. postgres database * Create new git branch * Create custom `Type`, register it as ususal * Create...

Bug
Schema Introspection

### Bug Report Any version #### Summary When beginTransaction is called in PrimaryReadReplicaConnection the nesting level of PrimaryReadReplicaConnection is increased, but not the nesting level of the primary connection. So...

Bug
Replication

### Feature Request I would like to get column options just like in `getSQLDeclaration()` also in `convertTo[PHP|Database]Value` | Q | A |------------ | ------ | New Feature | yes |...

Types
Question

Jira issue originally created by user till: The API could be improved in the next major release: - Type::add() instead of addType() - Type::isRegistered() instead of hasType() (has sounds weird)...

Improvement

### Bug Report | Q | A |------------ | ------ | Version | 3.3.5 #### Summary DBAL doesn't recognize functional indexes created in PostgreSQL databases. #### Current behaviour `\Doctrine\DBAL\Schema\Table::hasIndex()` returns...

PostgreSQL
Schema Introspection
Indexes

| Q | A |------------ | ----- | Version | 3.3.2 ### Support Question Hi, I can't figure how to change the comment content generated by doctrine in a custom...

Schema Management
Question
Type Mapping

Jira issue originally created by user vbence: I originally posted this to Migrations; noticing that all the generated down() methods start with a "CREATE SCHEMA public" line. Inspecting the return...

Missing Tests
Bug
PostgreSQL