1
0
mirror of synced 2024-12-13 06:46:03 +03:00
doctrine2/lib/Doctrine/ORM
shulcsm 3340234785 Clear visitedCollections
Visited collections are cleared only in commit(). Commit clears up only if it actually has something to do. Processing large amounts of records without changing them cause visitedCollections to grow without any way of clearing.
2013-06-19 16:34:44 +03:00
..
Decorator Adding EntityManagerDecorator base class as an extension point for EntityManager 2013-03-06 23:30:47 +01:00
Event Fixed typos 2013-04-06 14:31:27 +00:00
Id Fixed typos 2013-04-06 14:31:27 +00:00
Internal drop useless support for associations 2013-06-12 10:30:51 -04:00
Mapping Fix phpDoc syntax in ClassMetadataInfo.php 2013-06-14 11:00:17 +03:00
Persisters Fix DDC-2478 2013-06-13 16:44:02 -04:00
Proxy applying required fixes for DDC-2432 2013-05-09 21:14:58 +02:00
Query Merge pull request #688 from sellingsource/master 2013-06-12 12:03:24 -07:00
Repository Updated since php doc tag. 2013-06-14 12:07:28 -04:00
Tools DDC-2489 Added missing semicolon when dump-sql on schema update. 2013-06-12 00:31:25 -04:00
AbstractQuery.php Fixed typos 2013-04-06 14:31:27 +00:00
Configuration.php Updated since php doc tag. 2013-06-14 12:07:28 -04:00
EntityManager.php Reducing dependency on RepositoryFactory by providing EntityManager as a getRepository argument. 2013-06-13 23:53:53 -04:00
EntityManagerInterface.php Adding EntityManagerDecorator base class as an extension point for EntityManager 2013-03-06 23:30:47 +01:00
EntityNotFoundException.php Fixed missed documentation issues in Doctrine\ORM 2012-12-14 20:12:56 +00:00
EntityRepository.php Fixed wrong return types in documentation. 2013-02-12 11:49:44 +00: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 Fixed typos 2013-03-11 00:08:58 +00:00
ORMException.php Documentation (docblock) fixes. 2012-12-01 16:28:06 +00:00
ORMInvalidArgumentException.php Fixed typos 2013-03-11 00:08:58 +00:00
PersistentCollection.php [DDC-2430] Prevent Criteria queries using the ID of an assocation on PersistentCollections, as the in-memory ArrayCollection does not work with this kind of query. Attention this is a BC-BREAK, that is necessary to fix potentially very hard to debug bugs. Therefore it is not merged back into 2.3 2013-05-09 13:24:36 +02:00
PessimisticLockException.php Documentation (docblock) fixes. 2012-12-01 16:28:06 +00:00
Query.php Fix DDC-1995 2013-06-07 17:24:05 -04:00
QueryBuilder.php [DDC-2019] Add support for expression in QueryBuilder#addOrderBy() 2013-02-09 22:40:34 +01:00
README.markdown [2.0] Adding blank README files 2010-04-06 03:04:02 +00:00
TransactionRequiredException.php Documentation (docblock) fixes. 2012-12-01 16:28:06 +00:00
UnexpectedResultException.php Fixed unused 'use' statements. 2012-12-13 18:19:21 +00:00
UnitOfWork.php Clear visitedCollections 2013-06-19 16:34:44 +03:00
Version.php Bump dev version to 2.4.0 2013-05-27 21:47:16 +02:00