- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 05 Feb, 2018 2 commits
-
-
Gabriel Caruso authored
-
Gabriel Caruso authored
-
- 31 Jan, 2018 1 commit
-
-
Sergei Morozov authored
-
- 29 Jan, 2018 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 09 Sep, 2017 2 commits
-
-
Luís Cobucci authored
-
Luís Cobucci authored
-
- 28 Aug, 2017 1 commit
-
-
Marco Pivetta authored
#2821 replacing `@group` annotations with proper references, since DBAL-* issues are from JIRA, not Github
-
- 27 Aug, 2017 2 commits
-
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
Added upgrade notice about BC break. Cleanups
-
- 24 Aug, 2017 2 commits
-
-
Kim Hemsø Rasmussen authored
Changed DBALException::invalidPlatformSpecified() exception to be more detailed about what was given.
-
Kim Hemsø Rasmussen authored
Fixed cs issues
-
- 22 Aug, 2017 1 commit
-
-
Kim Hemsø Rasmussen 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.
-
- 10 May, 2017 1 commit
-
-
Steve Müller authored
-
- 03 May, 2017 1 commit
-
-
Marco Pivetta authored
-
- 02 May, 2017 3 commits
-
-
Marco Pivetta authored
-
Antonio Vilar authored
-
Antonio Vilar authored
-
- 18 Jan, 2017 1 commit
-
-
Steve Müller authored
-
- 30 Jun, 2016 1 commit
-
-
Steve Müller authored
-
- 15 Mar, 2016 1 commit
-
-
Adala Khaled authored
-
- 10 Jan, 2016 1 commit
-
-
Steve Müller authored
-
- 17 Oct, 2015 1 commit
-
-
Tobias Schultze authored
-
- 03 May, 2015 1 commit
-
-
Ryan Weaver authored
This mocks connect(), sets the internal _conn to an object, then calls close, which should re-set _conn back to null. The getWrappedConnection() call gives us access to _conn, but does NOT trigger a re-connect, since we mocked connect() to do nothing. Ultimately, if _conn is unset, calling getWrappedConnection() will error. If _conn is not set to null, the test will fail. This tests all the cases.
-
- 08 Apr, 2015 1 commit
-
-
Bill Schaller authored
-
- 20 Mar, 2015 1 commit
-
-
Ryan Weaver authored
-
- 04 Mar, 2015 1 commit
-
-
Jan Rosier authored
-
- 23 Jan, 2015 1 commit
-
-
Ryan Weaver authored
-
- 18 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 11 Nov, 2014 1 commit
-
-
Marco Pivetta authored
-
- 07 Nov, 2014 1 commit
-
-
jeroendedauw authored
-
- 22 Oct, 2014 1 commit
-
-
Marco Pivetta authored
-
- 21 Oct, 2014 2 commits
- 16 Oct, 2014 1 commit
-
-
malukenho authored
-
- 25 Jun, 2014 1 commit
-
-
Jason Allred authored
Prevent Connection from maintaining a second reference to an injected PDO object. Previously, if a developer explicitly closed the Connection, only the _conn reference was destroyed, but the _params['pdo'] reference remained and kept the PDO connection alive. By unsetting the _params reference, we maintain only the _conn reference, exactly as if the PDO connection is generated internally.
-
- 02 May, 2014 1 commit
-
-
jeroendedauw authored
-