- Jan 04, 2020
-
- Dec 29, 2019
-
-
Sergei Morozov authored
Remove superfluous Configuration instance
-
- Dec 23, 2019
-
-
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).
-
- Dec 21, 2019
-
-
Sergei Morozov authored
Fix breaks named parameters in Oracle
-
Alexander Rakushin authored
-
- Dec 07, 2019
-
-
Benjamin Eberlei authored
[GH-3777] Don't remove composer lock travis on stable 2.10 branch
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- Nov 28, 2019
-
-
Luís Cobucci authored
Allow build failures for unstable dependencies
-
Sergei Morozov authored
-
- Nov 25, 2019
-
-
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
-
Sergei Morozov authored
-
- Nov 20, 2019
-
-
Marco Pivetta authored
Update deprecation messages to refer to DBAL
-
Andreas Braun authored
-
- Nov 08, 2019
-
-
Sergei Morozov authored
Replace DefaultTypes with Types in type constant deprecation annotations
-
Jáchym Toušek authored
-
Jáchym Toušek authored
-
- Nov 03, 2019
-
-
Sergei Morozov authored
-
- Oct 31, 2019
-
-
Marco Pivetta authored
New deprecations for 2.10
-
Sergei Morozov authored
-
- Oct 28, 2019
-
-
Marco Pivetta authored
add missing exit codes to ensure Symfony 5 compatibility
-
David Maicher authored
-
- Oct 25, 2019
-
-
Sergei Morozov authored
Don't skip a test for sqlite
-
Federkun authored
-
- Oct 24, 2019
-
-
Sergei Morozov authored
Relax statement type declaration
-
- Oct 17, 2019
-
-
Sergei Morozov authored
Updated SQL Server extensions to fix build failures on PHP 7.4
-
Sergei Morozov authored
-
- Oct 14, 2019
-
-
Sergei Morozov authored
fix begin trasaction after reconnect
-
Konstantin Kalinin authored
When the connection is lost or is closed, subsequent transaction will no longer be nested because they started in a brand new session. Our internal representation of the nesting shold take this into account
-
Sergei Morozov authored
Add support for DISTINCT clause
-
- Oct 13, 2019
-
-
Bingo-Soft authored
-
- Oct 08, 2019
-
-
Marco Pivetta authored
Fixed query result caching when FetchMode::COLUMN is used
-
Sergei Morozov authored
Updated PHPUnit to 8.4.1
-
Sergei Morozov authored
$ composer update phpunit/phpunit --with-all-dependencies
-
- Oct 07, 2019
-
-
Sergei Morozov authored
Internally, ArrayStatement expects every row to be represented as an array regardless of the fetch mode, however FetchMode::COLUMN produces one value per row.
-
Sergei Morozov authored
Temporarily disable the usage of PHPUnit 8.4 due to a regression
-
- Oct 06, 2019
-