[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3701) SQL function "trim" is not available in Sybase Dialect

Juraci Paixao Krohling (JIRA) noreply at atlassian.com
Fri Jan 9 07:21:39 EST 2009


SQL function "trim" is not available in Sybase Dialect
------------------------------------------------------

                 Key: HHH-3701
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3701
             Project: Hibernate Core
          Issue Type: Bug
          Components: core
    Affects Versions: 3.2.x
         Environment: Sybase ASE 15
            Reporter: Juraci Paixao Krohling
            Assignee: Juraci Paixao Krohling
             Fix For: 3.2.x


The current AnsiTrimEmulationFunction doesn't handles the "replace" function properly for Sybase, as it should use "str_replace" instead of "replace", so, AnsiTrimEmulationFunction needs to be aware of this, or a new class based on it should be developed. 



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