- 21 Dec, 2019 1 commit
-
-
Alexander Rakushin authored
-
- 24 Nov, 2019 1 commit
-
-
Sergei Morozov authored
-
- 20 Nov, 2019 1 commit
-
-
Andreas Braun authored
-
- 28 Oct, 2019 1 commit
-
-
David Maicher authored
-
- 25 Oct, 2019 1 commit
-
-
Federkun authored
-
- 14 Oct, 2019 1 commit
-
-
Konstantin Kalinin authored
When the connection is lost or is closed, subsequent transaction will no longer be nested because they started in a brand new session. Our internal representation of the nesting shold take this into account
-
- 13 Oct, 2019 1 commit
-
-
Bingo-Soft authored
-
- 07 Oct, 2019 1 commit
-
-
Sergei Morozov authored
Internally, ArrayStatement expects every row to be represented as an array regardless of the fetch mode, however FetchMode::COLUMN produces one value per row.
-
- 01 Sep, 2019 1 commit
-
-
Jonas Staudenmeir authored
-
- 28 Aug, 2019 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 26 Aug, 2019 1 commit
-
-
Bas Peeters authored
-
- 23 Aug, 2019 2 commits
-
-
Sergei Morozov authored
-
Bas Peeters authored
-
- 07 Aug, 2019 1 commit
-
-
David Négrier authored
-
- 03 Aug, 2019 2 commits
-
-
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.
-
Sergei Morozov authored
-
- 26 Jun, 2019 1 commit
-
-
Andrej Hudec authored
-
- 17 Jun, 2019 1 commit
-
-
garret-gunter authored
-
- 15 Jun, 2019 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 30 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 28 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 24 May, 2019 1 commit
-
-
Sergei Morozov authored
The method is not used for anything else than skipping tests for specific drivers. Cross-driver portability should be established by drivers, not outside of them based on their name.
-
- 23 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 22 May, 2019 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 16 May, 2019 1 commit
-
-
Sergei Morozov authored
1. Got rid of hard-coded exception mocks in favor of PHPUnit-generated ones where possible. 2. Reworked AbstractDriverTest::testConvertsException() to use a data provider to make testing all types of exceptions independent. 3. Updated PHPUnit since the reworked code relies on sebastianbergmann/phpunit#3604.
-
- 23 Apr, 2019 2 commits
-
-
Jonathan H. Wage authored
on linux running as root.
-
Sergei Morozov authored
-
- 18 Apr, 2019 1 commit
-
-
Sergei Morozov authored
-
- 17 Apr, 2019 1 commit
-
-
Jonathan H. Wage authored
using params in query cache key generation.
-
- 14 Apr, 2019 1 commit
-
-
Michael Moravec authored
-
- 13 Apr, 2019 1 commit
-
-
Michael Moravec authored
-
- 17 Mar, 2019 1 commit
-
-
Ahmed Abdou authored
-
- 27 Feb, 2019 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 26 Feb, 2019 1 commit
-
-
Sergei Morozov authored
-
- 23 Feb, 2019 1 commit
-
-
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.
-
- 03 Feb, 2019 1 commit
-
-
Sergei Morozov authored
-