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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira