mirror of
https://github.com/doctrine/orm.git
synced 2026-04-26 16:08:03 +02:00
DDC-146: Select where clause is broken with @InheritanceType("SINGLE_TABLE") #181
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 (Nov 13, 2009).
Jira issue originally created by user rickdt:
The "AND" is missing before the condition on the discriminator
In SqlWalker:1110 note the "termsSql" which is not defined anywhere.
@doctrinebot commented on GitHub (Nov 13, 2009):
Comment created by romanb:
This has already been fixed in trunk earlier today. See DDC-141.
@doctrinebot commented on GitHub (Nov 13, 2009):
Issue was closed with resolution "Duplicate"