- 29 Feb, 2020 7 commits
-
-
Grégoire Paris authored
-
Grégoire Paris authored
It seems to be enabled by default.
-
Grégoire Paris authored
-
Grégoire Paris authored
Hopefully it will work more reliably.
-
Grégoire Paris authored
PHP 7.4 has stable versions now.
-
Grégoire Paris authored
When a Docker version of the build is available, use it.
-
Grégoire Paris authored
-
- 28 Feb, 2020 1 commit
-
-
Grégoire Paris authored
Fix broken build
-
- 27 Feb, 2020 2 commits
-
-
Sergei Morozov authored
- 29 Jan, 2020 1 commit
-
-
Sergei Morozov authored
[pg] fix getting table information if search_path contains escaped schema name
-
- 22 Jan, 2020 7 commits
-
-
Sergei Morozov authored
Fixed the QueryBuilder::setMaxResults() signature to accept NULL
-
Sergei Morozov authored
Fix unquoted stmt fragments backslash escaping
-
Sergei Morozov authored
Fix docblock typos in DriverManager docs
-
Máté Bartus authored
-
Christoph Wurst authored
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-
Roeland Jago Douma authored
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-
Sergei Morozov authored
-
- 19 Jan, 2020 2 commits
-
-
Sergei Morozov authored
Fix JOIN with no condition bug
-
Benjamin Morel authored
-
- 16 Jan, 2020 1 commit
-
-
Sergey Linnik authored
also simplifies the code and now exactly matches postgresql search rules
-
- 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
-