1
0
mirror of synced 2025-01-06 00:57:10 +03:00
doctrine2/lib/Doctrine/ORM
Asmir Mustafic 1c94c16234 Can cache empty collections
I should be able to cache an "empty" collection.

I have a some objects, where 90% of these have on-to-many relations with zero associated elements.
This causes doctrine to run a query each time, instead of cache it as empty relation.
2014-02-11 14:59:31 +01:00
..
Cache Can cache empty collections 2014-02-11 14:59:31 +01:00
Decorator make lock mode usage consistent 2014-02-05 15:13:53 +01:00
Event Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
Id Fixed typos 2013-04-06 14:31:27 +00:00
Internal DDC-2931 - Removing previous broken fix for DDC-2931 - hardened 2014-02-01 02:00:10 +01:00
Mapping Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
Persisters Merge pull request #937 from goetas/contains-key 2014-02-08 16:28:44 +01:00
Proxy Cleaned up unused imports 2014-02-09 22:12:51 +00:00
Query Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
Repository Updated since php doc tag. 2013-06-14 12:07:28 -04:00
Tools Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
AbstractQuery.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
Cache.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
Configuration.php Extract cache config 2013-12-16 11:05:04 -05:00
EntityManager.php make lock mode usage consistent 2014-02-05 15:13:53 +01:00
EntityManagerInterface.php CS/Typo Fixes 2013-12-16 15:55:54 -05:00
EntityNotFoundException.php Fixed missed documentation issues in Doctrine\ORM 2012-12-14 20:12:56 +00:00
EntityRepository.php make lock mode usage consistent 2014-02-05 15:13:53 +01:00
Events.php Fixed typos 2013-03-11 00:08:58 +00:00
NativeQuery.php Fixed unused 'use' statements. 2012-12-13 18:19:21 +00:00
NonUniqueResultException.php Fixed unused 'use' statements. 2012-12-13 18:19:21 +00:00
NoResultException.php Fixed missed documentation issues in Doctrine\ORM 2012-12-14 20:12:56 +00:00
OptimisticLockException.php Removed unnecessary is_object() check 2013-10-01 13:00:37 +02:00
ORMException.php Fix CS and update docs 2013-12-16 11:05:04 -05:00
ORMInvalidArgumentException.php Fixed typos 2013-03-11 00:08:58 +00:00
PersistentCollection.php Merge pull request #937 from goetas/contains-key 2014-02-08 16:28:44 +01:00
PessimisticLockException.php Fix some LGPL occurances to MIT 2013-10-02 12:07:37 +02:00
Query.php make lock mode usage consistent 2014-02-05 15:13:53 +01:00
QueryBuilder.php Fix tests after merge of QueryBuilder#addCriteria changes. 2014-01-03 21:28:06 +01:00
README.markdown [2.0] Adding blank README files 2010-04-06 03:04:02 +00:00
TransactionRequiredException.php Fix some LGPL occurances to MIT 2013-10-02 12:07:37 +02:00
UnexpectedResultException.php Fixed unused 'use' statements. 2012-12-13 18:19:21 +00:00
UnitOfWork.php [DDC-2624] Fix bug when persistent collection is cloned and used in a new entity. 2014-02-09 14:27:42 +01:00
Version.php Version 2.5.0-DEV 2013-11-19 11:50:43 -05:00