Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/doctrine/dbal

Doctrine Database Abstraction Layer
https://github.com/doctrine/dbal

[Docs] fixes count typo at Driver usage

mvhirsch opened this pull request almost 2 years ago
Check table names in upper-camel-lower-title cases

coresh opened this pull request almost 2 years ago
Add test for `Mysqli\Result`

phansys opened this pull request almost 2 years ago
Use Native JSON type instead of LONGTEXT for MariaDB

cgknx opened this pull request almost 2 years ago
Avoid negative values from `Result::rowCount()`

phansys opened this pull request almost 2 years ago
Merge 3.6.x into 4.0.x

derrabus opened this pull request almost 2 years ago
Run tests with MariaDB 10.10

derrabus opened this pull request almost 2 years ago
Merge 3.6.x into 4.0.x

derrabus opened this pull request almost 2 years ago
Merge 3.5.x into 3.6.x

derrabus opened this pull request almost 2 years ago
Bump `laminas/automatic-releases` to 1.24.0

derrabus opened this pull request almost 2 years ago
Fix type assumptions about `Connection::lastInsertId()`

phansys opened this pull request almost 2 years ago
Free pgsql results on destruct

derrabus opened this pull request almost 2 years ago
PHPUnit 9.6.3

derrabus opened this pull request almost 2 years ago
Connection with pdo_ prefix url is not working

Itach1Uchixa opened this issue almost 2 years ago
Use "numeric-string" return type for methods that return integers as strings

phansys opened this pull request almost 2 years ago
Modernize pgsql driver for PHP 8.1

derrabus opened this pull request almost 2 years ago
Use TestLogger instead of mocks

derrabus opened this pull request almost 2 years ago
Merge 3.6.x into 4.0.x

derrabus opened this pull request almost 2 years ago
Revert to using int as a return type

greg0ire opened this pull request almost 2 years ago
Merge 3.5.x into 3.6.x

derrabus opened this pull request almost 2 years ago
PHPUnit 9.6.0

derrabus opened this pull request almost 2 years ago
Make sqlite index names unique by prepending the table name

cjunge opened this pull request almost 2 years ago
Restore binary offsets of PDOStatement parameters

mcurland opened this pull request almost 2 years ago
Remove `InvalidParameterType` exception

derrabus opened this pull request almost 2 years ago
feat: support value extraction from enum on `Statement::bindValue()`

simPod opened this pull request almost 2 years ago
Deallocate prepared statements in destructor

derrabus opened this pull request almost 2 years ago
Close pgsql connection in destructor

derrabus opened this pull request almost 2 years ago
Merge 3.6.x into 4.0.x

derrabus opened this pull request almost 2 years ago
Make PDO transaction methods throw `PDOException&DriverException`

maxm86545 opened this pull request about 2 years ago
Optimize pgsql queries without parameters

derrabus opened this pull request about 2 years ago
Raise exception if `pg_send_*()` calls fail

derrabus opened this pull request about 2 years ago
PgSQL driver improvement

maxm86545 opened this pull request about 2 years ago
No PDOException

maxm86545 opened this pull request about 2 years ago
Merge 3.5.x into 3.6.x

derrabus opened this pull request about 2 years ago
Make sure only PDO parameter types are passed to PDO methods

derrabus opened this pull request about 2 years ago
Merge 3.5.x into 3.6.x

derrabus opened this pull request about 2 years ago
[Docs] Add IBM DB2 to `configuration.rst`

phansys opened this pull request about 2 years ago
Add the PgSQL driver

derrabus opened this pull request about 2 years ago
Widen the return type of `Result::rowCount()`

derrabus opened this pull request about 2 years ago
Prepare release 3.6.0

derrabus opened this pull request about 2 years ago
Use psalm-assert to get rid of `assert()` calls

derrabus opened this pull request about 2 years ago
Introduce the `SchemaManagerFactory` interface

derrabus opened this pull request about 2 years ago
Add missing doc blocks to Index and UniqueConstraint

derrabus opened this pull request about 2 years ago
Merge 3.6.x into 4.0.x

derrabus opened this pull request about 2 years ago
Merge 3.5.x into 3.6.x

derrabus opened this pull request about 2 years ago
Explain why the number of affected rows can be a string

GromNaN opened this pull request about 2 years ago
PHPStan 1.9.14

derrabus opened this pull request about 2 years ago
fix columnDefinition for DiscriminatorColumn

mzk opened this pull request about 2 years ago
Column with schemaDefinition equal to existing column in db keeps generating diff

janedbal opened this pull request about 2 years ago
remove unset columnDefinition, it not work for DiscriminatorColumn

mzk opened this pull request about 2 years ago
Allow case sensitive table names for 'tablesExist'

coresh opened this pull request about 2 years ago
Flag parameters as sensitive if they could contain the database password

derrabus opened this pull request about 2 years ago
Merge 3.5.x into 3.6.x

derrabus opened this pull request about 2 years ago
PHPStan 1.9.11, PHPUnit 9.5.28, Doctrine CS 11.1

derrabus opened this pull request about 2 years ago
Allow passing url to override params

keulinho opened this pull request about 2 years ago
fix platform comparator issues when using compareTables

dmaicher opened this pull request about 2 years ago
Merge 3.6.x into 4.0.x

derrabus opened this pull request about 2 years ago
Merge 3.5.x into 3.6.x

derrabus opened this pull request about 2 years ago
Formally allow `url` in `DriverManager::getConnection()`

someniatko opened this pull request about 2 years ago
Use narrower return types for convertTo*Value methods

MidnightDesign opened this pull request about 2 years ago
Reuse the Params type alias for getConnection()

derrabus opened this pull request about 2 years ago
Test the return type of DriverManager::getAvailableDrivers()

MidnightDesign opened this pull request about 2 years ago
Use a narrower return type for DriverManager::getAvailableDrivers()

MidnightDesign opened this pull request about 2 years ago
Remove database URLs from tests

derrabus opened this pull request about 2 years ago
Allow to explicitly set the wrapper class to the default one

derrabus opened this pull request about 2 years ago
Remove the `url` connection param

derrabus opened this pull request about 2 years ago
Merge 3.6.x into 4.0.x

derrabus opened this pull request about 2 years ago
Fix test cases for URL parsing

derrabus opened this pull request about 2 years ago
Merge 3.6.x into 4.0.x

derrabus opened this pull request about 2 years ago
Merge 3.5.x into 3.6.x

derrabus opened this pull request about 2 years ago
PHPStan 1.9.4

derrabus opened this pull request about 2 years ago
Trigger a deprecation for versions that will be parsed differently

derrabus opened this pull request about 2 years ago
Restore `Connection::ARRAY_PARAM_OFFSET`

derrabus opened this pull request about 2 years ago
Merge 3.6.x into 4.0.x

derrabus opened this pull request about 2 years ago
Update Branch metadata

derrabus opened this pull request about 2 years ago
Introduce a `ArrayParameterType` enum

derrabus opened this pull request about 2 years ago
Introduce a `ArrayParameterType` enum

derrabus opened this pull request about 2 years ago
Merge 3.5.x into 4.0.x

derrabus opened this pull request about 2 years ago
More meticulous analysis in PDO and PDOStatement

kang8 opened this pull request about 2 years ago
Document tuple return type of `generateCacheKeys()`

derrabus opened this pull request about 2 years ago
Protect reserved keywords used as columns

jkearins opened this pull request about 2 years ago
Merge 3.5.x into 4.0.x

derrabus opened this pull request about 2 years ago
Doctrine CS 11.0

derrabus opened this pull request about 2 years ago
Psalm 5.11.0

derrabus opened this pull request about 2 years ago
Merge 3.5.x into 4.0.x

derrabus opened this pull request about 2 years ago
Bump tools and workflows

derrabus opened this pull request about 2 years ago
[Feature request] Running parallel/async doctrine queries

nacholibre opened this issue about 2 years ago
Remove table restriction for PostgreSQL column listing

amcsi opened this pull request about 2 years ago
Convert into LockWaitTimeoutException in Postgresql

dczech opened this pull request about 2 years ago
Manage changes of Oracle since 12.2

Jduret opened this issue about 2 years ago
SQL Server issue listing table names

rotunomp opened this issue about 2 years ago
Merge 3.5.x into 4.0.x

derrabus opened this pull request about 2 years ago
Merge tests for fetch behavior of freed results

derrabus opened this pull request about 2 years ago
PHPStan 1.9.1

derrabus opened this pull request about 2 years ago
Bump dev tools

derrabus opened this pull request about 2 years ago
MariaDB native UUID support

Rixafy opened this issue over 2 years ago
Fixed return type of DBAL\Connection methods

stephanvierkant opened this pull request over 2 years ago