mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-3866: Embedded value objects with single table inheritance not working #4733
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 (Aug 5, 2015).
Originally assigned to: @deeky666 on GitHub.
Jira issue originally created by user xtreamwayz:
When updating the schema I get this:
All relevant classes are located here: https://gist.github.com/xtreamwayz/84159f006616b4029623
Without the single table inheritance it works perfectly and it creates the correct table structure. But when enabling it I get the error when trying to create the schema. I don't know if this is simply not possible, my code is wrong or it is a bug.
@doctrinebot commented on GitHub (Aug 5, 2015):
Comment created by xtreamwayz:
Please close this issue and blame my crappy internet provider, it's the same as #DDC-3867.
@doctrinebot commented on GitHub (Aug 5, 2015):
Issue was closed with resolution "Duplicate"
@doctrinebot commented on GitHub (Aug 5, 2015):
Comment created by xtreamwayz:
See #DDC-3867