- 23 Apr, 2019 2 commits
-
-
Sergei Morozov authored
Handle default values as values, not SQL expressions
-
Sergei Morozov authored
-
- 18 Apr, 2019 2 commits
-
-
Sergei Morozov authored
-
Jonathan H. Wage authored
Maintain platform parameter in connection params
-
- 17 Apr, 2019 3 commits
-
-
Sergei Morozov authored
Expand list of keywords in composer.json
-
Jonathan H. Wage authored
using params in query cache key generation.
-
Michael Moravec authored
-
- 14 Apr, 2019 2 commits
-
-
Sergei Morozov authored
Extract constants for built-in types from Type to Types
-
Michael Moravec authored
-
- 13 Apr, 2019 2 commits
-
-
Sergei Morozov authored
Extract type factory and registry from Type into TypeRegistry
-
Michael Moravec authored
-
- 06 Apr, 2019 2 commits
-
-
Marco Pivetta authored
Enabled the build against IBM DB2 on PHP 7.3 on Travis CI
-
Sergei Morozov authored
-
- 04 Apr, 2019 2 commits
-
-
Sergei Morozov authored
fix #3479 (typos in example-code in QueryBuilder)
-
David Bruchmann authored
fix two typos in QueryBuilder, on of them reported in #3479
-
- 03 Apr, 2019 2 commits
-
-
Michael Moravec authored
Fix the branch alias for master
-
Christophe Coevoet authored
Version was bumped to 2.10-dev in 27023276 but the branch alias was forgotten.
-
- 17 Mar, 2019 3 commits
-
-
Marco Pivetta authored
Update doctrine coding standard from 5.0 to 6.0
-
Ahmed Abdou authored
-
Ahmed Abdou authored
-
- 15 Mar, 2019 4 commits
-
-
Marco Pivetta authored
Updated PHPStan to v0.11.3
-
Marco Pivetta authored
Use latest stable versions of sqlsrv and pdo_sqlsrv on CI
-
-
Sergei Morozov authored
-
- 14 Mar, 2019 1 commit
-
-
Sergei Morozov authored
-
- 05 Mar, 2019 2 commits
-
-
Marco Pivetta authored
Remove more hard-coded mock classes
-
Marco Pivetta authored
Avoid database connection from PHPUnit data providers
-
- 03 Mar, 2019 1 commit
-
-
Sergei Morozov authored
Make PHP 7.3 the primary PHP version on Travis CI
-
- 27 Feb, 2019 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 26 Feb, 2019 2 commits
-
-
Sergei Morozov authored
Replaced MockPlatform with the ones generated by PHPUnit
-
Sergei Morozov authored
-
- 25 Feb, 2019 2 commits
-
-
Sergei Morozov authored
Fixed a typo in PoolingShardConnection phpdoc
-
adapik authored
-
- 23 Feb, 2019 4 commits
-
-
Sergei Morozov authored
Replaced Xdebug with PCOV for code coverage
-
Sergei Morozov authored
Marked some test classes abstract
-
Sergei Morozov authored
-
Sergei Morozov authored
1. SchemaManagerFunctionalTestCase can be run only via an extending class. Otherwise, it skips all tests. If the test case is represented as an abstract class, PhpStorm will offer a choise of concrete classes which is very handy when debugging test failures. 2. DbalFunctionalTestCase and DbalPerformanceTestCase are meant to be used as base classes and don't contain any tests.
-
- 21 Feb, 2019 1 commit
-
-
Marco Pivetta authored
Replaced MySQL 5.7 installed from a PPA with an official Docker image
-