- 25 Sep, 2011 1 commit
-
-
Benjamin Eberlei authored
DDC-1337 - MySQL commits transaction on DROP TABLE, need DROP TEMPORARY TABLE. Added tests, looks like oracle commits transactions on CREATE TEMPORARY TABLE. I dont know how to fix it.
-
- 28 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 15 May, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 14 May, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 07 May, 2011 1 commit
-
-
Guilherme Blanco authored
-
- 05 Mar, 2011 1 commit
-
-
Benjamin Eberlei authored
[DBAL-78] Add support for native sql list support in positional queries through the introduction of two new constants: * Doctrine\DBAL\Connection::PARAM_STR_ARRAY * Doctrine\DBAL\Connection::PARAM_INT_ARRAY Replacement of arrays only works in conjunction with the Doctrine\DBAL\Connection::executeQuery() and executeUpdate() methods. You need to pass the param constants into the third parameter called $types.
-
- 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.
-