- 19 Jan, 2017 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 11 Nov, 2014 1 commit
-
-
Marco Pivetta authored
-
- 07 Nov, 2014 1 commit
-
-
jeroendedauw authored
-
- 05 Nov, 2014 4 commits
-
-
Marco Pivetta authored
-
malukenho authored
-
malukenho authored
-
malukenho 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
-
- 01 May, 2014 1 commit
-
-
jeroendedauw authored
-
- 12 Feb, 2014 1 commit
-
-
Steve Müller authored
-
- 05 Jan, 2014 1 commit
-
-
Steve Müller authored
-
- 26 Nov, 2013 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 10 Nov, 2013 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 09 Nov, 2013 1 commit
-
-
Steve Müller authored
-
- 25 Jul, 2012 1 commit
-
-
Johannes M. Schmitt authored
-
- 19 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 07 Dec, 2011 1 commit
-
-
Jan Sorgalla authored
-
- 19 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 20 Jun, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-11 - Changed Interface of SQLLogger to allow for timing variables, added tests for logging. Contract of Loggers changed, they are not called before the query but after the query they are logging, which means queries that fail wont appear in the logs.
-
- 15 May, 2010 1 commit
-
-
Benjamin Eberlei authored
Added a bunch of functional tests for the public read, write and transactional public DBAL API, passing all the current drivers Added a Write Test
-
- 31 Jan, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-294 - Added "postConnect" event in Doctrine\DBAL\Connection and refactored TestUtil to allow configuration of DBAL EventManager Subscribers by the use of PHPunit Xml configuration.
-
- 14 Jul, 2009 1 commit
-
-
jwage authored
-