- 13 Apr, 2020 1 commit
-
-
Sergei Morozov authored
1. `FetchMode::STANDARD_OBJECT` and `FetchMode::CUSTOM_OBJECT` are no longer supported. 2. `FetchMode::COLUMN` with a non-zero index is no longer supported. 3. Incompatible change in the `Connection::fetchColumn()` signature where the 3rd argument is now `$types`, not `$columnIndex`.
-
- 08 Apr, 2020 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 21 Mar, 2020 1 commit
-
-
Sergei Morozov authored
-
- 30 Dec, 2019 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 31 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
-
- 26 Jun, 2019 1 commit
-
-
Andrej Hudec authored
-
- 22 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 17 Apr, 2019 1 commit
-
-
Jonathan H. Wage authored
using params in query cache key generation.
-
- 17 Mar, 2019 1 commit
-
-
Ahmed Abdou authored
-
- 03 Feb, 2019 1 commit
-
-
Sergei Morozov authored
-
- 29 Jan, 2019 1 commit
-
-
Sergei Morozov authored
-
- 22 Jan, 2019 1 commit
-
-
Sergei Morozov authored
-
- 20 Jan, 2019 1 commit
-
-
Sergei Morozov authored
-
- 07 Oct, 2018 1 commit
-
-
Sergei Morozov authored
-
- 02 Oct, 2018 4 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 27 Jun, 2018 1 commit
-
-
Michael Moravec authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 29 Jan, 2018 5 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
Expressed PARAM_*_ARRAY through other constants to eliminate the dependency on the actual constant values
-
Sergei Morozov authored
-
Michael Moravec authored
-
Gabriel Caruso authored
-
- 03 Jan, 2018 1 commit
-
-
Gabriel Caruso authored
-
- 07 Dec, 2017 1 commit
-
-
Gabriel Caruso authored
-
- 14 Sep, 2017 2 commits
-
-
Ian Jenkins authored
statements in a rewindable iterator. Skipped the test for iterating multiple times with a message regarding that iterators are non rewindable.
-
Ian Jenkins authored
-
- 28 Aug, 2017 1 commit
-
-
Marco Pivetta authored
-
- 24 Aug, 2017 1 commit
-
-
Kim Hemsø Rasmussen authored
Changed DBALException::invalidPlatformSpecified() exception to be more detailed about what was given.
-
- 22 Aug, 2017 1 commit
-
-
Kim Hemsø Rasmussen authored
-
- 03 Aug, 2017 2 commits
-
-
Matthias Derer authored
-
Matthias Derer authored
In a few cases methods in Connection may throw a DBALException which isn't declared in the docblock. As the Connection class is heavily used by third party code, this code runs the risk of ignoring those exceptions instead of handling them. While it is technically not required to declare exceptions in PHP, it is highly recommended, especially in public APIs.
-
- 25 Jul, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 23 Jun, 2017 1 commit
-
-
Jonathan Vollebregt authored
-