]
Steve Ebersole closed HHH-1026.
-------------------------------
Closing stale resolved issues
getLowercaseFunction for Firebird dialect
------------------------------------------
Key: HHH-1026
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-1026
Project: Hibernate Core
Issue Type: Bug
Components: core
Affects Versions: 3.1 beta 2
Environment: 3.1 beta3 and firebird 1.5.2-7 superserver in a debian sid
Reporter: Pedro Ayala
Attachments: FirebirdDialect.java
Original Estimate: 5m
Remaining Estimate: 5m
Function getLowercaseFunction() for firebird is deffined in the superclass Dialect as:
public String getLowercaseFunction() {
return "lower";
}
although in firebird there is no lower function. It should be overwritted in
org.hibernate.dialect.FirebirdDialect:
public String getLowercaseFunction() {
return "upper";
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: