- 08 Nov, 2019 1 commit
-
-
Jáchym Toušek authored
-
- 03 Nov, 2019 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 31 Oct, 2019 2 commits
-
-
Marco Pivetta authored
New deprecations for 2.10
-
Sergei Morozov authored
-
- 28 Oct, 2019 2 commits
-
-
Marco Pivetta authored
add missing exit codes to ensure Symfony 5 compatibility
-
David Maicher authored
-
- 25 Oct, 2019 2 commits
-
-
Sergei Morozov authored
Don't skip a test for sqlite
-
Federkun authored
-
- 24 Oct, 2019 1 commit
-
-
Sergei Morozov authored
Relax statement type declaration
-
- 17 Oct, 2019 2 commits
-
-
Sergei Morozov authored
Updated SQL Server extensions to fix build failures on PHP 7.4
-
Sergei Morozov authored
-
- 14 Oct, 2019 2 commits
-
-
Sergei Morozov authored
fix begin trasaction after reconnect
-
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 2 commits
-
-
Sergei Morozov authored
Add support for DISTINCT clause
-
Bingo-Soft authored
-
- 08 Oct, 2019 2 commits
-
-
Marco Pivetta authored
Fixed query result caching when FetchMode::COLUMN is used
-
Sergei Morozov authored
Updated PHPUnit to 8.4.1
-
- 07 Oct, 2019 3 commits
-
-
Sergei Morozov authored
$ composer update phpunit/phpunit --with-all-dependencies
-
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.
-
Sergei Morozov authored
Temporarily disable the usage of PHPUnit 8.4 due to a regression
-
- 06 Oct, 2019 1 commit
-
-
- 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
-