- 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 2 commits
-
-
Jonathan Vollebregt authored
-
Jonathan Vollebregt authored
If you pass a null to the where array of update or delete it's pretty obvious what you want. Most (all?) databases won't match anything if you actually try to compare with NULL making this a silent failure without it.
-
- 20 Jun, 2017 1 commit
-
-
helsner authored
The param comment is currently set to string, which is wrong. The correct hint would be integer/int
-
- 10 May, 2017 1 commit
-
-
Steve Müller authored
-
- 02 May, 2017 1 commit
-
-
Antonio Vilar authored
-
- 18 Jan, 2017 1 commit
-
-
Steve Müller authored
-
- 03 Jul, 2016 1 commit
-
-
Matthieu Napoli authored
Improve return type's phpdoc because it wasn't clear from the phpdoc or the online documentation what would happen if no row was found.
-
- 29 Jun, 2016 1 commit
-
-
Kim Hemsø Rasmussen authored
-
- 12 May, 2016 2 commits
-
-
Filip Procházka authored
-
Filip Procházka authored
-
- 10 Jan, 2016 1 commit
-
-
Jan Rosier authored
-
- 08 Sep, 2015 1 commit
-
-
Vincent CHALAMON authored
-
- 03 Sep, 2015 2 commits
-
-
Tobias Schultze authored
-
Tobias Schultze authored
it is best practice to implement retry logic for transactions that are aborted because of deadlocks or timeouts. this makes such method available inside the DBAL and also add detection for errors where retrying makes sense in the different database drivers
-
- 14 Jul, 2015 1 commit
-
-
Jon Goodger authored
Fixes an issue when calling `ping()` where `$this->platform` is null. Happened to me because using the `'pdo'` param bypasses the `connect()` method and the platform is never set without explicitly calling the method. Not sure if this is the most elegant way to deal with this but it worked enough for my purposes so I figured I should submit a PR.
-
- 26 Jun, 2015 1 commit
-
-
Mathieu Rochette authored
-
- 25 Apr, 2015 1 commit
-
-
Benjamin Morel authored
-
- 09 Apr, 2015 1 commit
-
-
Sebastian authored
These events don't exist.
-
- 04 Mar, 2015 1 commit
-
-
Jan Rosier authored
-
- 15 Dec, 2014 1 commit
-
-
Jeroen Thora authored
-
- 11 Nov, 2014 1 commit
-
-
Marco Pivetta authored
-
- 08 Nov, 2014 1 commit
-
-
Marco Pivetta authored
-
- 07 Nov, 2014 1 commit
-
-
jeroendedauw authored
-
- 04 Nov, 2014 1 commit
-
-
Tobias Schultze authored
-
- 14 Oct, 2014 1 commit
-
-
Christophe Coevoet authored
The inner connection should be unreferenced, but the property should not be removed from the object
-