- 16 Sep, 2019 1 commit
-
-
Grégoire Paris authored
fetch() is part of the ResultStatement interface. Using Statement as a type declaration needlessly constrains people to use this class only with implementations of Statement.
-
- 11 Sep, 2019 1 commit
-
-
Sergei Morozov authored
Add missing MySQL 8.0 reserved keywords
-
- 10 Sep, 2019 1 commit
-
-
loilo authored
-
- 02 Sep, 2019 1 commit
-
-
Sergei Morozov authored
Quote collation on MySQL
-
- 01 Sep, 2019 1 commit
-
-
Jonas Staudenmeir authored
-
- 29 Aug, 2019 1 commit
-
-
Marco Pivetta authored
Phpstan fix backport
-
- 28 Aug, 2019 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 26 Aug, 2019 3 commits
-
-
Sergei Morozov authored
Updated PHPStan to v0.11.15
-
Marco Pivetta authored
Refactor usage of MockBuilder's deprecated setMethods()
-
Bas Peeters authored
-
- 25 Aug, 2019 1 commit
-
-
Sergei Morozov authored
-
- 24 Aug, 2019 1 commit
-
-
Marco Pivetta authored
Marked connection exception test incomplete on MySQL 8
-
- 23 Aug, 2019 2 commits
-
-
Sergei Morozov authored
-
Bas Peeters authored
-
- 20 Aug, 2019 1 commit
-
-
Sergei Morozov authored
Fix Appveyor builds
-
- 17 Aug, 2019 1 commit
-
-
Matthew J. Mucklo authored
-
- 08 Aug, 2019 1 commit
-
-
Sergei Morozov authored
Support for comments on table in all databases
-
- 07 Aug, 2019 1 commit
-
-
David Négrier authored
-
- 04 Aug, 2019 1 commit
-
-
Marco Pivetta authored
Fix typo in docblock
-
- 03 Aug, 2019 6 commits
-
-
Sergei Morozov authored
Using command line options to configure MySQL 8 instead of mounting a config file
-
Marco Pivetta authored
Fixed test failures on PHP 7.4
-
Sergei Morozov authored
-
Sergei Morozov authored
The failures are caused by the changes in PHP according to https://wiki.php.net/rfc/notice-for-non-valid-array-container.
-
Marco Pivetta authored
Bumped PHPUnit requrement to ^8.3.3, removed dependency on symfony/phpunit-bridge
-
Sergei Morozov authored
-
- 07 Jul, 2019 2 commits
-
-
Sergei Morozov authored
Switched from ibmcom/db2express-c to ibmcom/db2
-
Sergei Morozov authored
-
- 01 Jul, 2019 1 commit
-
-
Robin D'Arcy authored
Change "we're" to "where" in docblock for listTableColumns() method. Add comma to improve readability.
-
- 26 Jun, 2019 2 commits
-
-
Sergei Morozov authored
Add commit result bool
-
Andrej Hudec authored
-
- 17 Jun, 2019 2 commits
-
-
Sergei Morozov authored
Compare type class when comparing columns.
-
garret-gunter authored
-
- 16 Jun, 2019 1 commit
-
-
Sergei Morozov authored
Added a unit test for Doctrine\DBAL\Logging\LoggerChain
-
- 15 Jun, 2019 3 commits
-
-
Sergei Morozov authored
Reworked the mocks generated by Prophecy using PHPUnit
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 10 Jun, 2019 3 commits
-
-
Sergei Morozov authored
Updated PHPUnit to 8.2.1
-
Sergei Morozov authored
The new version contains some improvements in handling mocks (https://github.com/sebastianbergmann/phpunit/issues/3602) and will help identify some existing issues in DBAL 3.0 tests: There were 2 warnings: 1) Doctrine\Tests\DBAL\Driver\OCI8\OCI8StatementTest::testExecute with data set #0 (array('test', null, 'value')) Method bindValue may not return value of type boolean 2) Doctrine\Tests\DBAL\Driver\OCI8\OCI8StatementTest::testExecute with data set #1 (array(null, 'test', 'value')) Method bindValue may not return value of type boolean
-
Sergei Morozov authored
Updated Jetbrains PhpStorm stubs to 2019.1
-