[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2647?page=c...
]
Dennis Fleurbaaij commented on HHH-2647:
----------------------------------------
@Nicolas:
I disagree with you. While you are right that precedence does work in this case, the
brackets are misaligned from the HQL to the SQL and that certainly is a bug.
Furthermore the feature (it's not a bug it's a feature!) of being able to
arbitrarily place brackets is very handy and much used. That alone should be reason enough
to have it. Stripping out the bracket possibility as a feature and declaring the bug
therefore nonexistent because the feature is not supported is not the way to go IMHO.
Problems with OR parenthesis in HQL
-----------------------------------
Key: HHH-2647
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2647
Project: Hibernate3
Issue Type: Bug
Components: query-hql
Affects Versions: 3.2.1
Environment: Hibernate 3.2.1, postgresql 8.2, jboss 5 embedded beta 2
Reporter: Dennis Fleurbaaij
Original Estimate: 15 minutes
Remaining Estimate: 15 minutes
Given the following (part) of a query in HQL (where 1 to 6 are comparisons of different
types (=, <=, is null), but irrelevant for the problem posted here ):
AND ( ( 1 AND 2 ) OR ( 3 AND 4 ) OR ( 5 AND 6 ) )
will be balanced to:
and ( ( 1 ) and 2 or 3 and ( 4 ) or 5 and 6 )
--
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira