[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-4268) StringClobType doesn't work with Sybase ASA

Strong Liu (JIRA) noreply at atlassian.com
Thu Oct 27 07:58:21 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Strong Liu resolved HHH-4268.
-----------------------------

    Resolution: Rejected

> StringClobType doesn't work with Sybase ASA
> -------------------------------------------
>
>                 Key: HHH-4268
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4268
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: annotations
>         Environment: Database: Adaptive Server Anywhere, version: 9.0.1.1753 
> JDBC: jConnect (TM) for JDBC(TM)/6.05(Build 26023)
>            Reporter: Paul Middelkoop
>
> Sybase ASA doesn't support the CLOB datatype. However StringClobType works fine except when inserting a null value in the PreparedStatement. I fixed this by changing st.setNull(index, Types.CLOB) to st.setString(index, null). Maybe this can be added to the next release?

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