- 19 Jan, 2020 2 commits
-
-
Sergei Morozov authored
Fix JOIN with no condition bug
-
Benjamin Morel authored
-
- 13 Jan, 2020 2 commits
-
-
Sergei Morozov authored
-
S38151 authored
-
- 05 Jan, 2020 2 commits
-
-
Gabriel Ostrolucký authored
Fix DebugStack#queries docblock type
-
Gabriel Ostrolucký authored
-
- 04 Jan, 2020 2 commits
-
-
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
-
- 03 Nov, 2019 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 31 Oct, 2019 2 commits
-
-
Marco Pivetta authored
New deprecations for 2.10
-
Sergei Morozov authored
-
- 28 Oct, 2019 2 commits
-
-
Marco Pivetta authored
add missing exit codes to ensure Symfony 5 compatibility
-
David Maicher authored
-
- 25 Oct, 2019 2 commits
-
-
Sergei Morozov authored
Don't skip a test for sqlite
-
Federkun authored
-
- 24 Oct, 2019 1 commit
-
-
Sergei Morozov authored
Relax statement type declaration
-
- 17 Oct, 2019 2 commits
-
-
Sergei Morozov authored
Updated SQL Server extensions to fix build failures on PHP 7.4
-
Sergei Morozov authored
-
- 14 Oct, 2019 2 commits
-
-
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
-
- 13 Oct, 2019 1 commit
-
-
Sergei Morozov authored
Add support for DISTINCT clause
-