- 25 Feb, 2010 4 commits
- 24 Feb, 2010 3 commits
-
-
romanb authored
-
romanb authored
-
guilhermeblanco authored
[2.0][DDC-362] Fixed missing namespace declaration on __call method of EntityRepository. Thanks Marcel Walter for the patch.
-
- 23 Feb, 2010 1 commit
-
-
romanb authored
-
- 21 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-338 - Changed DQL Parser to comply with ordered collections when they are fetch joined (OMG, thanks to roman and guilherme for the detailed discussion on how to implement this)
-
- 20 Feb, 2010 1 commit
-
-
romanb authored
-
- 19 Feb, 2010 1 commit
-
-
romanb authored
-
- 15 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-336 DDC-337 - Changed @OrderBy annotation to take a DQL not SQL snippet, restrict it to field names and positional orderings. Changed all test-cases and added a test-case that shows the behaviour for OneToMany JoinedSubclassPersister Managed Entities.
-
- 14 Feb, 2010 2 commits
- 13 Feb, 2010 1 commit
-
-
beberlei authored
-
- 11 Feb, 2010 7 commits
-
-
beberlei authored
-
beberlei authored
-
beberlei authored
[2.0] DDC-321, DDC-323, DDC-324 - Implemented way to define UDFs from PHP in Sqlite Driver and registered to required default callbacks for SQRT and MOD, allowing functional tests for DQL MOD and SQRT to pass for all platforms.
-
beberlei authored
-
beberlei authored
[2.0] DDC-320 - Fixed Substring across all platforms using AbstractPlatform::getSubstringExpression() instead of the "hand-built" one.
-
beberlei authored
-
beberlei authored
[2.0] Added DQL Functions and Aggregate Functional Test-Case and fixed two small bugs in DQL Parser that came to light, also it seems that some of the functions are not supported by Oracle and Sqlite and some cases of SUBSTRING and TRIM produce bugs on MySQL.
-
- 10 Feb, 2010 3 commits
-
-
romanb authored
-
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.
-
- 09 Feb, 2010 2 commits
- 07 Feb, 2010 2 commits
-
-
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.
-
- 04 Feb, 2010 2 commits
- 31 Jan, 2010 1 commit
-
-
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).
-
- 29 Jan, 2010 2 commits
-
-
romanb authored
-
hobodave authored
[2.0][DC-460] Refactored cache bulk deletion methods to use driver specific features to retrieve list of keys. Also, refactored tests so that all methods are tested for all drivers. Removed: - Doctrine\Common\Cache\AbstractCache::count() - Doctrine\Common\Cache\AbstractCache::deleteAll() API Changes: - Doctrine\ORM\AbstractQuery::getResultCacheId() now public Bugs fixed: - Doctrine\Common\Cache\AbstractCache::deleteByPrefix() was deleting _every_ key in cache
-
- 28 Jan, 2010 1 commit
-
-
guilhermeblanco authored
-
- 27 Jan, 2010 1 commit
-
-
beberlei authored
-
- 26 Jan, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-277 - Remove support "default" option in metadata mappings, but keep it as a concept in DBAL layer to support for example versionable entities.
-
- 15 Jan, 2010 1 commit
-
-
romanb authored
-
- 06 Jan, 2010 1 commit
-
-
beberlei authored
-
- 05 Jan, 2010 1 commit
-
-
romanb authored
[2.0][DDC-237][DDC-216] Fixed. If you're using manual proxy generation through the CLI, please regenerate your proxies.
-