- 02 Oct, 2018 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 25 Jul, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 13 Feb, 2013 1 commit
-
-
Steve Müller authored
-
- 03 Feb, 2013 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 13 Nov, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 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.
-
- 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.
-
- 31 Mar, 2010 2 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
-
- 15 Mar, 2010 1 commit
-
-
romanb authored
[2.0] Code cleanups. Preparations for DDC-193. Fixed DDC-399, type configuration remains global for now but the irritating instance methods on the Configuration have been removed. Use Type::addType et al. Added TODOs for naming standards.
-
- 28 May, 2009 1 commit
-
-
romanb authored
[2.0] Introduced SQL logging facilities. Made Type constructor private to prevent instantiation and force use of the factory method getType().
-