[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-1026) getLowercaseFunction for Firebird dialect

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Mar 21 13:00:39 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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: 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