mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3577: Inherited associations are ignored #4398
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 (Feb 20, 2015).
Originally assigned to: @deeky666 on GitHub.
Jira issue originally created by user yethee:
Could not create schema via SchemaTool for entity, which has inherited accosiation mapping (this mapping is ignored).
I have three entity types:
mapped-superclass, has associationmany-to-one, join-columnpidentityentityTable for ThirdType not has
pidcolumn after created scheme via SchemeTool. Inheritance mapping not using.@doctrinebot commented on GitHub (Feb 20, 2015):
Comment created by @ocramius:
This should actually be working: you probably need to provide a test case otherwise
@doctrinebot commented on GitHub (Feb 20, 2015):
Comment created by yethee:
d55a8bc713Test case for this issue.