Sybase dialects attempting to use BLOB types

Description

https://hudson.jboss.org/hudson/job/hibernate-core-master-matrix/lastCompletedBuild/database=sybase155,jdk=java17_default,label=hibernate/testReport/org.hibernate.test.annotations.lob/SerializableToBlobTypeTest/testPersist/

The Sybase schema generated correctly maps BLOBs to images – Sybase does not support BLOB types.

However, the dialect is not using getSqlTypeDescriptorOverride, so all @Lob fields are still attempting to use getBlob.

Activity

Brett MeyerJuly 12, 2013 at 12:04 AM

If that's the case and it works, just override getSqlTypeDescriptorOverride in SybaseASE157Dialect to re-enable it?

Strong LiuJuly 11, 2013 at 11:55 PM

are you sure about this? since from the sybase developer's help, we added lob support to the SybaseASE157Dialect which starts support ( at least some kind of ) Lob since ASE 15.7

http://benohead.com/sybase-lobs-text-and-image-columns-are-less-evil-in-ase-15-7/

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created September 10, 2012 at 4:31 PM
Updated July 12, 2013 at 12:04 AM
Resolved September 12, 2012 at 1:08 AM

Flag notifications