- 08 Jan, 2020 7 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Andrey Bolonin authored
-
Claudio Zizza authored
-
Michael Moravec authored
-
Sergei Morozov authored
-
Sergei Morozov authored
Backport PDO-related changes from master to 3.0.x
-
- 04 Jan, 2020 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 30 Dec, 2019 13 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
Use a wrapped PDO Statement instead of a custom class for `pdo_sqlsrv` since `PDOSqlsrv\Statement` doesn't extend `PDOStatement` anymore.
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
[DBAL-2958] Replaced extension of \PDOStatement with a composition to avoid having to replicate the \PDOStatement interface in ResultStatement
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 29 Dec, 2019 1 commit
-
-
Sergei Morozov authored
Remove superfluous Configuration instance
-
- 22 Dec, 2019 1 commit
-
-
Marius Ghita authored
A configuration instance is not strictly required by [DriverManager::getConnection](https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/DriverManager.php#L139). As an upside, it doesn't add an extra warning for people that use Psalm/PHPmd when starting off from the documentation example. As the Configuration class has an `@internal` block those tools threat it as the other meaning for `@internal`, as in class that is [internal to the library and not for public use](https://docs.phpdoc.org/references/phpdoc/tags/internal.html).
-
- 21 Dec, 2019 2 commits
-
-
Sergei Morozov authored
Fix breaks named parameters in Oracle
-
Alexander Rakushin authored
-
- 07 Dec, 2019 3 commits
-
-
Benjamin Eberlei authored
[GH-3777] Don't remove composer lock travis on stable 2.10 branch
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 28 Nov, 2019 2 commits
-
-
Luís Cobucci authored
Allow build failures for unstable dependencies
-
Sergei Morozov authored
-
- 25 Nov, 2019 3 commits
-
-
Sergei Morozov authored
Switched from PHPBrew-based configuration to the Docker-based
-
Sergei Morozov authored
As per the support response, continuousphp switched to building their containers based on the official images from PHP.
-
Sergei Morozov authored
Remove temporary SQLite file on teardown
-
- 24 Nov, 2019 1 commit
-
-
Sergei Morozov authored
-
- 20 Nov, 2019 2 commits
-
-
Marco Pivetta authored
Update deprecation messages to refer to DBAL
-
Andreas Braun authored
-
- 08 Nov, 2019 3 commits
-
-
Sergei Morozov authored
Replace DefaultTypes with Types in type constant deprecation annotations
-
Jáchym Toušek authored
-
Jáchym Toušek authored
-