[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6426) On Sybase ASE, it removes all trailing spaces when inserting data to varchar

Ren Junyan (JIRA) noreply at atlassian.com
Mon Jul 11 03:25:16 EDT 2011


On Sybase ASE, it removes all trailing spaces when inserting data to varchar
----------------------------------------------------------------------------

                 Key: HHH-6426
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6426
             Project: Hibernate Core
          Issue Type: Bug
    Affects Versions: 3.6.0
         Environment: Hibernate 3.6.6, Sybase ASE15.5, JDK 1.6, Windows XP 
            Reporter: Ren Junyan


It's an ASE defect. Inserting data 'ABC       ', it will be 'ABC' (truncates tailing blank spaces).

The following tests are failure.

org.hibernate.test.hql.FunctionNameAsColumnTest  
  testGetMultiColumnSameNameAsArgFunctionCriteria
  testGetMultiColumnSameNameAsArgFunctionHQL
  testGetOneColumnSameNameAsArgFunctionCriteria
  testGetOneColumnSameNameAsArgFunctionHQL


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list