[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-5676) Problem with trim function inside a formula

Marcial Atienzar (JIRA) noreply at atlassian.com
Thu Oct 28 18:53:48 EDT 2010


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

Marcial Atienzar commented on HHH-5676:
---------------------------------------

In TemplateRenderer function, it shows this warning:
[TemplateRenderer    ] [00:45:39.789] [http-thread-pool-4848-(13)] WARN  - Function template anticipated 4 arguments, but 1 arguments encountered
Value of template: trim(?1 ?2 ?3 ?4)

> Problem with trim function inside a formula
> -------------------------------------------
>
>                 Key: HHH-5676
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5676
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: annotations
>    Affects Versions: 3.6.0
>            Reporter: Marcial Atienzar
>
> This is not working with hibernate 3.6.0 final Realese:
> *@Formula ("(trim(upper(LOGIN)))")*
> I have change it to this to work:
> *@Formula ("(upper(trim(LOGIN)))")*

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