- 10 Apr, 2010 1 commit
-
-
Benjamin Eberlei authored
DDC-510 - Refactored Metadata Driver to be an required option, even for Annotations - allowing to use the specified paths in ORM Tooling Commands
-
- 13 Feb, 2010 1 commit
-
-
beberlei authored
-
- 10 Feb, 2010 1 commit
-
-
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()"
-
- 29 Jan, 2010 1 commit
-
-
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
-
- 24 Oct, 2009 1 commit
-
-
jwage authored
-
- 23 Oct, 2009 1 commit
-
-
romanb authored
[2.0] Small refactorings on the cache drivers. Introduced flag to control whether the cache driver should manage the cache keys since this is an advanced feature that is not always needed and can have negative side-effects (higher probability for cache slams).
-
- 22 Oct, 2009 1 commit
-
-
jwage authored
-
- 03 Aug, 2009 1 commit
-
-
romanb authored
-
- 21 Jul, 2009 1 commit
-
-
romanb authored
-
- 19 Jul, 2009 1 commit
-
-
romanb authored
-
- 06 Jul, 2009 1 commit
-
-
romanb authored
[2.0] Moved cache drivers to Common package. Added new annotation parser implementation to Common package. AnnotationDriver in ORM not yet migrated.
-
- 21 May, 2009 1 commit
-
-
romanb authored
-