[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2384) Patch for using case-expression("case ... when ... end") in aggregate functions

Florian Rock (JIRA) noreply at atlassian.com
Fri Jan 26 08:09:19 EST 2007


Patch for using case-expression("case ... when ... end") in aggregate functions
-------------------------------------------------------------------------------

         Key: HHH-2384
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2384
     Project: Hibernate3
        Type: Patch

  Components: query-hql  
    Versions: 3.2.2    
    Reporter: Florian Rock
    Priority: Minor
 Attachments: aggrcasehql.patch

using a case-expression in aggregate functions causes a QuerySyntaxException..
ie.: "count(case when fubar > 0 then 1 else null end)" 

i changed some things in the grammar to solve this, patch is attached.

-- 
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