mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1582: SQL's Duplicate / Not unique table/alias error #1982
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 (Jan 5, 2012).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user afoeder:
My domain model leads Doctrine to produce an errorneous SQL statement that can be seen here: https://gist.github.com/d12e49ce7f2cbed7f410 This makes MySQL correctly saying "Error Code: 1066. Not unique table/alias: 't5'".
The underlying idea can be seen as attached PNG file.
AbstractParty and AbstractWisher both have @ORM\InheritanceType("JOINED") set.Do the others maybe also require this setting?