[DDC-1945] Cli: orm:validate-schema doesn't validate inheritence map Created: 26/Jul/12 Updated: 23/Jan/13 Resolved: 23/Jan/13 |
|
| Status: | Closed |
| Project: | Doctrine 2 - ORM |
| Component/s: | ORM, Tools |
| Affects Version/s: | Git Master |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Minor |
| Reporter: | Daniel Strøm | Assignee: | Marco Pivetta |
| Resolution: | Invalid | Votes: | 0 |
| Labels: | Cli | ||
| Environment: |
Debian, Zend Framework 2 with doctrineModule, doctrineORM, ZfcUser and ZfcUserDoctrineORM |
||
| Description |
|
ZfcUser\Entity\User is a mapped super class 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. |
| Comments |
| Comment by Marco Pivetta [ 23/Jan/13 ] |
|
Not related to the ORM itself. |