[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-6426) On Sybase ASE, it removes all trailing spaces when inserting data to varchar
Strong Liu (JIRA)
noreply at atlassian.com
Wed Oct 26 06:49:19 EDT 2011
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44168#comment-44168 ]
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: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list