mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-3028: [GH-978] [DDC-2987] Enable empty prefixes for inlined embeddable #3759
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Mar 13, 2014).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of AntonStoeckl:
Url: https://github.com/doctrine/doctrine2/pull/978
Message:
This fixes [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:
To build Ids as ValueObjects is a very common approach in DDD, so ihmo this is a must have.
@doctrinebot commented on GitHub (Mar 16, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-978] was closed:
https://github.com/doctrine/doctrine2/pull/978
@doctrinebot commented on GitHub (Mar 16, 2014):
Comment created by @guilhermeblanco:
Merged:
383604d4b8@doctrinebot commented on GitHub (Mar 16, 2014):
Issue was closed with resolution "Fixed"