[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2934) ScrollableResults.get(int column) returns only the first character of a database column type char(10)

Samir Jyoti (JIRA) noreply at atlassian.com
Tue Nov 6 20:38:29 EST 2007


ScrollableResults.get(int column) returns only the first character of a database column type char(10)
-----------------------------------------------------------------------------------------------------

                 Key: HHH-2934
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2934
             Project: Hibernate3
          Issue Type: Bug
          Components: query-sql
    Affects Versions: 3.2.4.sp1
         Environment: IBM DB2 8.1.7, 
            Reporter: Samir Jyoti


ScrollableResults.get(int column) returns only the first character of a database column type char(n) where n> 1 (say 10 or 18).

So if your column has value 'SIMPSON   ' , it only returns 'S'.

Had to warp the column with a DB2 SQL "VARCHAR" function to convert it into a String.

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