[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-4524) Add coalesce function to the base Dialect

Steve Ebersole (JIRA) noreply at atlassian.com
Sat Oct 24 17:32:12 EDT 2009


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole closed HHH-4524.
-------------------------------

       Resolution: Rejected
    Fix Version/s:     (was: 3.5)

Actually it is there already.  It instead gets mapped to coalesce ans dialect not supporting it override it appropriately,

> Add coalesce function to the base Dialect
> -----------------------------------------
>
>                 Key: HHH-4524
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4524
>             Project: Hibernate Core
>          Issue Type: Sub-task
>          Components: entity-manager
>            Reporter: Steve Ebersole
>            Assignee: Steve Ebersole
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> JPA 2 requires 'coalesce' as an available function for both QL and criteria queries.
> In the base Dialect map this to a case statement.  For Dialects supporting an actual coalesce function use it.

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