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

I added the native UUID field type for MariaDB1070+ into the branch 4.1.x. I also provided the following tests: - Test that check column modification from char(36) (Legacy UUID) to...

### Bug Report Inheritance type "JOINED" is NOT joined when initializing relations. INDEX-BY and ORDER-BY throws error that column is missing. - Driver - PGSQL 11 - PHP 8.1 -...

| Q | A |------------- | ----------- | Type | improvement | Fixed issues | #### Summary Just removing unused variable and redundant `array_merge`. As I see Psalm fails here,...

| Q | A |------------- | ----------- | Type | feature #### Summary This feature allows the DBAL to create and work with functional indexes. Documentation: PostgreSQL (version 7 and...

New Feature
Schema Introspection
Schema Definition
Indexes

| Q | A |------------- | ----------- | Type | feature | Fixed issues | #### Summary Added support for function as default value, for example `id UUID NOT NULL...

Missing Tests
New Feature
Schema Definition

### Bug Report | Q | A |------------ | ------ | Version | 3.8 #### Summary Class `Connection` is not final and method `connect()` is public in 3.8 and protected...

Bug
Configuration
Connecting
Deprecation

| Q | A |------------- | ----------- | Type |feature | Fixed issues | #### Summary Added support for precision for PostgreSQL TIMESTAMP and TIME. It would be nice to...

| Q | A |------------- | ----------- | Type | bug | Fixed issues | #2323 #### Summary Very old bug for SQLServer platform preventing usage unicode characters with "text"...

| Q | A |------------- | ----------- | Type | bug | Fixed issues | #6396 #### Summary Because SQLite does not support `AUTOINCREMENT` keyword on any other type than...