]
Strong Liu commented on HHH-6426:
---------------------------------
please let me know when this is fixed in sybase
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
Assignee: Strong Liu
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: