- 30 Jan, 2020 4 commits
-
-
Sergei Morozov authored
Drop Doctrine\DBAL\Version in favor of Ocramius\PackageVersions
-
Michael Moravec authored
-
Sergei Morozov authored
Specify the platform configuration in composer.json
-
Sergei Morozov authored
-
- 28 Jan, 2020 8 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
Deprecate calling QueryBuilder methods with an array argument
-
Benjamin Morel authored
-
Sergei Morozov authored
Prepare CompositeExpression for immutability
-
Benjamin Morel authored
-
Sergei Morozov authored
First parameter of ExpressionBuilder::and/or() mandatory
-
Benjamin Morel authored
-
Sergei Morozov authored
Rename andX() / orX() methods
-
- 27 Jan, 2020 1 commit
-
-
Benjamin Morel authored
-
- 18 Jan, 2020 1 commit
-
-
Luís Cobucci authored
Added builds against PHP nightly on Travis
-
- 08 Jan, 2020 9 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
According to the [documentation](https://docs.travis-ci.com/user/reference/trusty/#container-based-infrastructure), `sudo: false` is no longed needed since Trusty.
-
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).
-