From: Marton P. (JIRA) <no...@at...> - 2006-05-24 18:23:16
|
negation of EXISTS in hql query does not work --------------------------------------------- Key: HHH-1780 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1780 Project: Hibernate3 Type: Bug 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 |