- 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
-
- 08 Nov, 2009 1 commit
-
-
romanb authored
-
- 23 Oct, 2009 2 commits
- 19 Oct, 2009 1 commit
-
-
guilhermeblanco authored
[2.0] Fix for test suite. It was trying to recreate association tables and they're not getting deleted. SchemaTool was trying to recreate them during some executions.
-
- 05 Sep, 2009 1 commit
-
-
guilhermeblanco authored
[2.0] Added missing connect() call in Connection:quote, which was throwing E_FATAL when using DQL. Thanks Damon Jones for the report
-
- 11 Aug, 2009 1 commit
-
-
romanb authored
[2.0] Removed AssociationMappings from ResultSetMapping for improved caching. Fixed caching issue with reflection classes and properties. Reimplemented and leaned up broken identifier quoting. Added support for named (native) queries. Fixed small hydration memory leak.
-
- 10 Aug, 2009 1 commit
-
-
guilhermeblanco authored
[2.0] More docblocks. Renamed methods Type::addCustomType to Type::addType and Connection::exec to Connection::executeUpdate. Added Type::hasType.
-
- 20 Jul, 2009 1 commit
-
-
piccoloprincipe authored
[2.0] Accomodate joincolumn names in the metadata, in the selection and the hydration processes. Improved Api of the ProxyFactory. Working implementation of lazy loading for *-to-one associations (affects #2348)
-
- 17 Jul, 2009 1 commit
-
-
jwage authored
-
- 14 Jul, 2009 1 commit
-
-
jwage authored
-
- 22 Jun, 2009 1 commit
-
-
romanb authored
[2.0] Implemented DQL bulk DELETE support for Class Table Inheritance. Other cleanups, refactorings and docblock additions.
-
- 14 Jun, 2009 1 commit
-
-
romanb authored
-
- 30 May, 2009 2 commits
-
-
romanb authored
[2.0] Solved the hassle with dropping/creating the test database through introducing a second test database for temporary connections. Please check the dbproperties.xml.dev file for reference. The 2 test databases need to be created *once* before the very first time of running the tests. New procedure successfully tested against mysql, postgresql, oracle.
-
romanb authored
-
- 29 May, 2009 2 commits
- 28 May, 2009 6 commits
-
-
romanb authored
-
romanb authored
-
romanb authored
-
romanb authored
-
romanb authored
[2.0] Introduced SQL logging facilities. Made Type constructor private to prevent instantiation and force use of the factory method getType().
-
jwage authored
[2.0] More general work on the SchemaManager and Platform classes. Making API more complete and adding sqlite and mysql test coverage.
-