- 10 Feb, 2010 5 commits
-
-
beberlei authored
[2.0] DDC-125 - Query Hints are now included in both QueryCache and ResultCache - QueryCache now also uses firstResult and maxResults for the cache key - ResultCache was fixed to use "getSql()" instead of "getDql()"
-
romanb authored
[2.0][DDC-79][DDC-261] Fixed. Also fixed support for deleting objects by reference (getReference() + remove() + flush()) to effectively delete objects without loading them.
-
guilhermeblanco authored
-
guilhermeblanco authored
-
guilhermeblanco authored
-
- 09 Feb, 2010 4 commits
-
-
beberlei authored
-
beberlei authored
-
beberlei authored
[2.0] DDC-214 - Changed MysqlPlatform::geTListTableForeignKeySql() slightly to be performant again, thanks Eric Durand-Tremblay for the patch!
-
romanb authored
[2.0][DDC-284] Fixed. API polish and some convention over configuration simplifications for join columns and join tables.
-
- 07 Feb, 2010 9 commits
-
-
beberlei authored
[2.0] Fix casing bug in Parser - IfFunction checks lower-case the function name, but register methods don't.
-
beberlei authored
-
beberlei authored
[2.0] DDC-163 - Missing DQL Alias prefix for many-to-many table in SqlWalker lead to duplicate prefix generation in SQL statement when a many-to-many join table is used more than once.
-
beberlei authored
[2.0] DDC-214, DDC-303, DDC-304 - Fix several errors with Schema Inference from Database and Metadata and Comparisons, aswell as related bugs in DatabaseDriver. DDC-305 - Abstracted TRUNCATE command for all platforms.
-
beberlei authored
[2.0] Added more configuration options that optionally allow to generate PDepend and PHPMD reports and version them by svn revision
-
beberlei authored
[2.0] Refactoring of build.xml to generate coverage xml optionally via build.properties. Also added option to set the phpunit xml configuration file.
-
beberlei authored
-
beberlei authored
-
beberlei authored
-
- 06 Feb, 2010 5 commits
-
-
beberlei authored
[2.0] DDC-302 - Fix failures occuring from Sqlite Tests in this regard - No test coverage for this features now.
-
beberlei authored
[2.0] Updated Build process to use a new PHPUnit Phing Task and seperate "Common" and "Performance" Tests into different executions, the first one halts on failures the second doesnt.
-
beberlei authored
-
beberlei authored
-
beberlei authored
-
- 04 Feb, 2010 3 commits
- 02 Feb, 2010 3 commits
- 01 Feb, 2010 3 commits
-
-
beberlei authored
[2.0] DDC-271 - Add columnDefinition for Join-Column in Annotation, XML and YAML driver, updated SchemaTool to use Join Column definition instead of using the column's columnDefinition if specified. Refactored MappingDriverTest to allow for feature specific test-cases instead of one large assertion block. Fixed typos in XmlDriver - Updated doctrine-mapping.xsd Schema File
-
beberlei authored
-
beberlei authored
-
- 31 Jan, 2010 5 commits
-
-
beberlei authored
-
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.
-
beberlei authored
-
beberlei authored
[2.0] DDC-289 / DDC-264 - Added a Model and TestCase for OneToMany Unidirectional Assocations using a JoinTable and tested its defining feature (uniqueness).
-
beberlei authored
-
- 30 Jan, 2010 2 commits
-
-
guilhermeblanco authored
-
beberlei authored
DDC-282 - Additional assertions to show that use of (bool) for cascade in xml driver is working correctly
-
- 29 Jan, 2010 1 commit
-
-
romanb authored
-