PHaroZ commented on Bug HHH-3464

agree with this issue.

In my case, with postgresql, i've overriden the PostgreSQL82Dialect#getLowercaseFunction with the following code :

@Override
public String getLowercaseFunction() { return "lower_unaccent"; }

"lower_unaccent" function is defined in my DB to do lowercase(unaccent(string)), so I realy need that both side of conditions use "dialect.getLowercaseFunction()"

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira