1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine/ORM
Grégoire Paris a986fe013e Explicitely state what the problem is
People like me think the problem is that there is no association
mapping, when the problem in fact could be that there also is a field
mapping on the property.
This message makes it clearer why we are getting an error message.
2013-06-03 12:07:08 +02: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 Merge pull request #611 from stefankleff/fix-eagerloading 2013-04-14 00:43:42 -07:00
Mapping Merge pull request #669 from hason/many_to_many 2013-05-25 22:16:48 -07:00
Persisters [DDC-2471] Fix EQ/NEQ null handling of criteria 2013-05-26 09:04:19 +02:00
Proxy applying required fixes for DDC-2432 2013-05-09 21:14:58 +02:00
Query Merge pull request #639 from goetas/indexby-metadata 2013-05-09 23:53:26 -07:00
Tools Explicitely state what the problem is 2013-06-03 12:07:08 +02:00
AbstractQuery.php Fixed typos 2013-04-06 14:31:27 +00:00
Configuration.php Revert "allowed to pass filter objects to the configurator" 2013-02-09 20:28:52 +01:00
EntityManager.php Add documentation to EntityManager about instantiation, decoration over inheritance, and some generic introduction. 2013-05-09 10:23:12 +02: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 Fixed typos 2013-03-11 00:08:58 +00: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 [DDC-2267] Allow EntityManager#flush($entity) to be called on entities scheduled for removal. 2013-05-04 13:38:30 +02:00
Version.php Bump dev version to 2.4.0 2013-05-27 21:47:16 +02:00