[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-3691) Sybase does not support Blobs and Clobs; it uses image and text instead

Gail Badner (JIRA) noreply at atlassian.com
Fri Jan 9 06:33:38 EST 2009


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

Gail Badner updated HHH-3691:
-----------------------------

    Description: 
SybaseDialect needs to be set up to use image and text instead of Blob and Clob.

The following unit tests are failing for Sybase with the message, "The method com.sybase.jdbc2.jdbc.SybResultSet.getBlob(String) is not supported and should not be called.":

BlobTest.testBoundedMaterializedBlobAccess
BlobTest.testBoundedBlobLocatorAccess
BlobTest.testUnboundedBlobLocatorAccess
ClobTest.testBoundedMaterializedClobAccess
ClobTest.testBoundedClobLocatorAccess
ClobTest.testUnboundedClobLocatorAccess
SerializableTypeTest.testNewSerializableType
MixedTest.testMixedInheritance
InterfaceProxyTest.testInterfaceProxies
SQLFunctionsTest.testBlobClob

  was:
SybaseDialect needs to be set up to use image and text instead of Blob and Clob.

The following unit tests are failing for Sybase with the message, "The method com.sybase.jdbc2.jdbc.SybResultSet.getBlob(String) is not supported and should not be called.":

BlobTest.testBoundedMaterializedBlobAccess
BlobTest.testBoundedBlobLocatorAccess
BlobTest.testUnboundedBlobLocatorAccess
ClobTest.testBoundedMaterializedClobAccess
ClobTest.testBoundedClobLocatorAccess
ClobTest.testUnboundedClobLocatorAccess
SerializableTypeTest.testNewSerializableType
MixedTest.testMixedInheritance
InterfaceProxyTest.testInterfaceProxies


> Sybase does not support Blobs and Clobs; it uses image and text instead
> -----------------------------------------------------------------------
>
>                 Key: HHH-3691
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3691
>             Project: Hibernate Core
>          Issue Type: Bug
>            Reporter: Gail Badner
>
> SybaseDialect needs to be set up to use image and text instead of Blob and Clob.
> The following unit tests are failing for Sybase with the message, "The method com.sybase.jdbc2.jdbc.SybResultSet.getBlob(String) is not supported and should not be called.":
> BlobTest.testBoundedMaterializedBlobAccess
> BlobTest.testBoundedBlobLocatorAccess
> BlobTest.testUnboundedBlobLocatorAccess
> ClobTest.testBoundedMaterializedClobAccess
> ClobTest.testBoundedClobLocatorAccess
> ClobTest.testUnboundedClobLocatorAccess
> SerializableTypeTest.testNewSerializableType
> MixedTest.testMixedInheritance
> InterfaceProxyTest.testInterfaceProxies
> SQLFunctionsTest.testBlobClob

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