- 06 Jun, 2017 1 commit
-
-
Javier Spagnoletti authored
-
- 12 Jul, 2016 1 commit
-
-
Christopher Davis authored
-
- 09 Jul, 2016 1 commit
-
-
Christopher Davis authored
So they get passed to the SQLLogger on `Statement::execute`.
-
- 26 Mar, 2015 1 commit
-
-
Darien Hager authored
-
- 21 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 13 Nov, 2013 1 commit
-
-
dazz authored
-
- 21 Jun, 2013 1 commit
-
-
Benjamin Morel authored
- Fixed docblocks - Removed return statements on void methods - Cleaned up unused private / local variables - Fixed license issues - Removed SVN leftovers - Fixed doctrine-project.org links - Added line breaks before return statements
-
- 16 Sep, 2012 2 commits
-
-
Rob Apodaca authored
-
Rob Apodaca authored
When parameters are passed to Doctrine\DBAL\Statement::execute, they are not passed to any enabled logger(s).
-
- 05 Sep, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 25 Jul, 2012 1 commit
-
-
Johannes M. Schmitt authored
-
- 07 Jul, 2012 3 commits
- 26 Jun, 2012 2 commits
-
-
Nicolas Grekas authored
-
Nicolas Grekas authored
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 05 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 04 Apr, 2012 4 commits
-
-
Jim Cottrell authored
-
Jim Cottrell authored
-
Jim Cottrell authored
-
Jim Cottrell authored
Fix Statement class passing bound parameter objects to SQL logger without type information: save parameter's converted value
-
- 02 Apr, 2012 1 commit
-
-
Adrien BRAULT authored
-
- 18 Feb, 2012 1 commit
-
-
Nicolas Grekas authored
-
- 16 Jan, 2012 2 commits
-
-
Fabio B. Silva authored
-
Fabio B. Silva authored
-
- 29 Dec, 2011 1 commit
-
-
Matty Driessen authored
-
- 10 Nov, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 02 Nov, 2011 1 commit
-
-
Damien Tournoud authored
This enables a more natural way of interacting with result sets, and re-introduces in Doctrine DBAL a feature that has been available in PDO from the begining.
-
- 15 Aug, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-39 - Changed SQLLogger again, the recent change disallows to log a failed query, however adding a lastexecuted query would add additional overhead (last params and types would be needed to). So now each logger has a startQuery() and a stopQuery() method. Additionally the logger now gets passed the array of types.
-
- 07 Aug, 2010 1 commit
-
-
Roman S. Borschel 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.
-
- 29 Mar, 2010 1 commit
-
-
romanb authored
[2.0][DDC-354][DDC-425] Fixed. Encapsulated SQL logging better in the DBAL. Added binding types to DBAL mapping types as well as using these binding types in the persisters. Query and NativeQuery now support PDO binding types as well as DBAL mapping types when binding parameters.
-
- 22 Jun, 2009 1 commit
-
-
romanb authored
[2.0] Implemented DQL bulk DELETE support for Class Table Inheritance. Other cleanups, refactorings and docblock additions.
-
- 02 Jun, 2009 1 commit
-
-
piccoloprincipe authored
-
- 20 Feb, 2009 1 commit
-
-
jwage authored
-
- 19 Feb, 2009 1 commit
-
-
jwage authored
-
- 17 Feb, 2009 1 commit
-
-
jwage authored
-
- 22 Jan, 2009 1 commit
-
-
romanb authored
-
- 13 Sep, 2008 1 commit
-
-
romanb authored
-