[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-1780) negation of EXISTS in hql query does not work

Igor Vaynberg (JIRA) noreply at atlassian.com
Thu Dec 3 12:24:08 EST 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=34854#action_34854 ] 

Igor Vaynberg commented on HHH-1780:
------------------------------------

just got hit by this, pretty nasty. you guys find any workarounds?

> negation of EXISTS in hql query does not work
> ---------------------------------------------
>
>                 Key: HHH-1780
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1780
>             Project: Hibernate Core
>          Issue Type: Bug
>    Affects Versions: 3.1.3, 3.2.0 cr1, 3.2.0.cr2
>            Reporter: Marton Papp
>
> Hello!
> I think I found a bug in Hibernate, in class org.hibernate.hql.ast.HqlParser.
> It is in the methtod:
> public AST negateNode(AST x)
> The switch lacks the node type: EXISTS.
> The default negateNode() implementation in org.hibernate.hql.antlr.HqlBaseParser seems to be broken by me, since it  does not actually inverts the node but returns a node that is inverted. Or, to be more exact, the negation of OR and AND types are buggy, since they seem to assume that negateNode() will change the node itself, and so they simply discard its return value.
> I wish the branch for NOT was not commented out, since it would provide a workaround, but now i'm stuck.
> Regards,
> Marton 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list