1
0
Fork 0
mirror of synced 2025-04-02 21:06:18 +03:00
doctrine2/lib/Doctrine/ORM
Anton Stöckl fa79de6ea4 Enable empty prefixes for inlined embeddable
This fixes http://www.doctrine-project.org/jira/browse/DDC-2987

This makes it possible to map a field from an embeddable to a database field with the same name, without any prefix added.

Example:
- an embeddable object "Id" with a property "id"
- per default this would map inline to id_id
- supplying null or '' as columnPrefix does not work due to the ! empty() check
- with my little change, if columnPrefix : false is supplied in the mapping config this will now map to a db column "id"

To build Ids as ValueObjects is a very common approach in DDD, so ihmo this is a must have.
2014-03-13 16:47:22 +01:00
..
Cache [SLC] resolve association cache entry 2014-03-06 20:44:59 -05: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 Enable empty prefixes for inlined embeddable 2014-03-13 16:47:22 +01:00
Persisters [SLC] Support criteria 2014-03-01 00:59:34 -05:00
Proxy Cleaned up unused imports 2014-02-09 22:12:51 +00:00
Query Merge pull request #886 from Strate/bugfix/join-with-condition-placement-fix 2014-02-17 12:12:05 -05:00
Repository Updated since php doc tag. 2013-06-14 12:07:28 -04:00
Tools [DDC-2943] Disable slc for pagination queries 2014-03-01 01:15:09 -05: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 [SLC] Add query builder options 2014-03-03 15:28:35 -05: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