mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1945: Cli: orm:validate-schema doesn't validate inheritence map #2453
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 (Jul 26, 2012).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user danielss89:
ZfcUser\Entity\User is a mapped super class
ZfcUserDoctrineORM\Entity\User is not
When extending anyone of them, the cli command orm:validate-schema returns true. It should not return true if its not a mapped super class.
@doctrinebot commented on GitHub (Jan 23, 2013):
Comment created by @ocramius:
Not related to the ORM itself.
@doctrinebot commented on GitHub (Jan 23, 2013):
Issue was closed with resolution "Invalid"