- 02 Nov, 2019 28 commits
-
-
Michael Moravec authored
-
Michael Moravec authored
-
Michael Moravec authored
-
Michael Moravec authored
-
Michael Moravec authored
-
Michael Moravec authored
-
Sergei Morozov 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
-
Benjamin Morel authored
-
Michael Moravec 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 1 commit
-
-
Sergei Morozov authored
-
- 28 Oct, 2019 1 commit
-
-
David Maicher authored
-
- 17 Oct, 2019 1 commit
-
-
Sergei Morozov 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.
-
- 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.
-
- 10 Sep, 2019 1 commit
-
-
loilo authored
-
- 01 Sep, 2019 1 commit
-
-
Jonas Staudenmeir authored
-
- 25 Aug, 2019 1 commit
-
-
Sergei Morozov authored
-
- 07 Aug, 2019 1 commit
-
-
David Négrier authored
-
- 03 Aug, 2019 1 commit
-
-
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.
-