- 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
-
- 20 Feb, 2019 1 commit
-
-
Sergei Morozov authored
See https://travis-ci.org/doctrine/dbal/jobs/495144274 for the PPA issue.
-
- 09 Feb, 2019 3 commits
-
-
Sergei Morozov authored
CI: Test against PHP 7.4snapshot instead of nightly (8.0)
-
Michael Moravec authored
-
Marco Pivetta authored
Fixed AppVeyor build configuration and the issue on SQL Server
-
- 08 Feb, 2019 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
PowerShell doesn't automatically handle exit codes of the invoked commands automatically, and $ErrorActionPreference = "Stop" doesn't seem working. Additionally, the ocular command is moved out of the "test_script" section to "after_test" since it's not part of the actual test.
-
- 04 Feb, 2019 1 commit
-
-
Marco Pivetta authored
PHPStan Level 7
-