- 01 Jan, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 05 Oct, 2010 9 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Lukas Kahwe Smith authored
-
Lukas Kahwe Smith authored
added supportsReleaseSavepoints(), disabled releasing for Oracle and DB2 (already disabled for MSSQL
-
Lukas Kahwe Smith authored
-
Lukas Kahwe Smith authored
-
Lukas Kahwe Smith authored
-
Lukas Kahwe Smith authored
disable savepoints by default, added dedicated getter/setter to enable/disable, added exceptions when trying to use savepoints when not supported by the platform
-
Lukas Kahwe Smith authored
-
- 01 Oct, 2010 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 30 Sep, 2010 7 commits
-
-
Lukas Kahwe Smith authored
-
Lukas Kahwe Smith authored
added supportsReleaseSavepoints(), disabled releasing for Oracle and DB2 (already disabled for MSSQL
-
Lukas Kahwe Smith authored
-
Lukas Kahwe Smith authored
-
Lukas Kahwe Smith authored
-
Lukas Kahwe Smith authored
disable savepoints by default, added dedicated getter/setter to enable/disable, added exceptions when trying to use savepoints when not supported by the platform
-
Lukas Kahwe Smith 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.
-
- 30 Jun, 2010 1 commit
-
-
beberlei 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
-
- 13 May, 2010 1 commit
-
-
Roman S. Borschel authored
-
- 06 May, 2010 2 commits
-
-
Guilherme Blanco authored
Renamed fetchRow to fetchAssoc, as defined in @todo list. Renamed getRollbackOnly to isRollbackOnly, since it is more consistent to its purpose.
-
Guilherme Blanco authored
Revertd partially the support to DBAL\Transaction, it was wrong. Fixed implementation of ORM\EntityTransaction and fixed tests.
-
- 30 Apr, 2010 2 commits
-
-
Guilherme Blanco authored
-
Guilherme Blanco authored
-
- 26 Apr, 2010 1 commit
-
-
Roman S. Borschel authored
[DDC-497][DDC-500][DDC-342] Fixed. Persister polishing and refactoring. More to come for that, but after beta1.
-
- 08 Apr, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 31 Mar, 2010 2 commits
-
-
guilhermeblanco authored
-
romanb authored
-
- 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.
-
- 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.
-
- 05 Mar, 2010 1 commit
-
-
romanb authored
[2.0][DDC-92] Fixed. Patch provided by Christian Heinrich. [DDC-274] Started some method renaming. [DDC-142] Fixed (join column names and discriminator column names dont support quoting) [DDC-258] Fixed.
-
- 09 Feb, 2010 1 commit
-
-
romanb authored
[2.0][DDC-284] Fixed. API polish and some convention over configuration simplifications for join columns and join tables.
-
- 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.
-
- 15 Dec, 2009 1 commit
-
-
romanb authored
[2.0][DDC-122][DDC-97][DDC-98][DDC-147] Refactored metadata mapping drivers by removing the useless PRELOAD mode. Introduced ClassMetadataFactory#getAllMetadata. Classloader simplifications. Old classloaders deprecated. New Doctrine\Common\ClassLoader is almost the same as the previous IsolatedClassLoader.
-
- 09 Dec, 2009 1 commit
-
-
romanb authored
-
- 08 Dec, 2009 1 commit
-
-
beberlei authored
-