[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5676?page=c...
]
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira