- 02 Nov, 2019 22 commits
-
-
Benjamin Morel authored
-
Benjamin Morel authored
-
Benjamin Morel authored
-
Benjamin Morel authored
-
Benjamin Morel authored
-
Benjamin Morel authored
-
Benjamin Morel authored
-
Benjamin Morel authored
-
Benjamin Morel authored
-
Michael Moravec authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
[BC] Replaced extension of \PDOStatement with a composition to avoid having to replicate the \PDOStatement interface in ResultStatement
-
Sergei Morozov authored
-
Michael Moravec authored
-
Guilherme Blanco authored
-
Guilherme Blanco authored
-
Guilherme Blanco authored
-
Guilherme Blanco authored
-
Guilherme Blanco authored
-
Guilherme Blanco authored
-
Guilherme Blanco 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
-