DDC-1582: SQL's Duplicate / Not unique table/alias error #1982

Open
opened 2026-01-22 13:35:56 +01:00 by admin · 0 comments
Owner

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?

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?
admin added the Bug label 2026-01-22 13:35:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1982