[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4053) Incorrect SQL with substring for Firebird

yeti the foot (JIRA) noreply at atlassian.com
Thu Jul 23 05:51:21 EDT 2009


Incorrect SQL with substring for Firebird
-----------------------------------------

                 Key: HHH-4053
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4053
             Project: Hibernate Core
          Issue Type: Bug
          Components: query-sql
    Affects Versions: 3.3.1
            Reporter: yeti the foot


HQL query substring function generate incorrect SQL query for Firebird.
In Firebird SQL query with substring has follow syntax: substring(str from 1 for 3).
Generated ин Hibernate query looks like: substring(str, 1, 3).

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