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

Marcial Atienzar (JIRA) noreply at atlassian.com
Tue Oct 19 06:38:47 EDT 2010


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