1
0
mirror of synced 2025-01-09 18:47:10 +03:00
doctrine2/lib/Doctrine/ORM
Justin Zimmerman 65e7cc9143 [DDC-3160] Change to fix that was implemented for DDC-2996.
A fix for DDC-2996 was implemented that broke quite a few extensions.

This commit is an attempt to fix the DDC-2996 bug without the adverse side effects seen in DDC-3160.

Basically, if changes are detected that would cause a changeset to be made, but the entity is awaiting insertion, the code will not save the changeset nor flag the entity as awaiting updating in the Unit of Work.

Some styling tweaks based on Pull Request guidelines.
2014-07-04 10:51:04 -04:00
..
Cache Add missing methods to the mock 2014-05-15 18:22:56 +02: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 Readability update to hydrators. 2014-04-29 05:05:38 +00:00
Mapping Fix typo in exception message 2014-06-04 15:59:57 +02:00
Persisters Added count cache when lazy collection is not yet initialized. Some cosmetic changes (primarily, there's no ELSE). 2014-05-16 04:22:11 +00:00
Proxy Pass class name to constructor. 2014-02-11 23:44:24 +01:00
Query Fixed #991 to support non-closure callables on PHP 5.3 2014-05-16 10:49:59 +02:00
Repository Updated since php doc tag. 2013-06-14 12:07:28 -04:00
Tools ignore case when checking for existing methods to avoid redeclaration on update 2014-06-05 15:58:54 +02:00
AbstractQuery.php Merge branch 'feature/default-query-hints' of https://github.com/Strate/doctrine2 into Strate-default-query-hints 2014-05-15 01:15:34 +00:00
Cache.php DDC-3078 - constructor should never be interfaced 2014-04-17 15:16:56 -04:00
Configuration.php Documentation for #991 2014-05-16 09:32:52 +02:00
EntityManager.php DDC-3068 DDC-3069 EntityManager::find accept array of object as id. 2014-04-18 02:03:47 +00:00
EntityManagerInterface.php CS/Typo Fixes 2013-12-16 15:55:54 -05:00
EntityNotFoundException.php Add class name as argument. 2014-02-11 23:40:38 +01:00
EntityRepository.php Remove useless dependency 2014-05-15 18:22:56 +02:00
Events.php Fixed typos 2013-03-11 00:08:58 +00:00
LazyCriteriaCollection.php The count in a LazyCriteriaCollection is null on initialization 2014-05-17 19:08:25 +02: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 DDC-3078 - cache instantiator related exceptions are not needed anymore 2014-04-17 15:16:59 -04:00
ORMInvalidArgumentException.php Fixed typos 2013-03-11 00:08:58 +00:00
PersistentCollection.php Added count cache when lazy collection is not yet initialized. Some cosmetic changes (primarily, there's no ELSE). 2014-05-16 04:22:11 +00:00
PessimisticLockException.php Fix some LGPL occurances to MIT 2013-10-02 12:07:37 +02:00
Query.php Merge branch 'feature/default-query-hints' of https://github.com/Strate/doctrine2 into Strate-default-query-hints 2014-05-15 01:15:34 +00:00
QueryBuilder.php Fixed wrongly initialized property. 2014-04-04 20:05:16 +00: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-3160] Change to fix that was implemented for DDC-2996. 2014-07-04 10:51:04 -04:00
Version.php Version 2.5.0-DEV 2013-11-19 11:50:43 -05:00