mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3085: NULL comparison are not supported for result variables in the HAVING clause #3829
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 (Apr 15, 2014).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user stof:
the following DQL query fails saying that
scoredoes not point to a class:When removing the condition
score IS NOT NULL, the query is working fine. Thescoreresult variable can be used in other comparisons:@doctrinebot commented on GitHub (Apr 21, 2014):
Comment created by @guilhermeblanco:
Added coverage for this issue on master as of
63d21ca4b2I'm unable to "fix" this because it's an enhancement to DQL (support ResultVariable in NullComparisonExpression) that cannot be done in 2.4 series. Please use 2.5 (currently dev-master) instead.
@doctrinebot commented on GitHub (Apr 21, 2014):
Issue was closed with resolution "Fixed"