mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-2746: When generating DQL query entities with "Class Table Inheritance" is a SQL generated inconsistent #3436
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 (Oct 16, 2013).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user hugohenrique:
When I run the query DQL involving entities "Class Table Inheritance" is a SQL generated inconsistent see this gist: https://gist.github.com/hugohenrique/b322e8d998c870265177
@doctrinebot commented on GitHub (Oct 17, 2013):
Comment created by hugohenrique:
An example of incoherent generation of SQL:
https://gist.github.com/hugohenrique/b322e8d998c870265177