Issue Type: Bug Bug
Assignee: Brett Meyer
Created: 18/Feb/13 1:28 PM
Description:

o.h.type.descriptor.sql.BlobTypeDescriptor

Originally, DEFAULT#getBlobExtractor was always using BLOB_BINDING, even if options.useStreamForLobBinding() was true. I attempted to use STREAM_BINDING for extraction if that was the case – it works for most DBs, but fails on Oracle and Mssql.

BlobLocatorTest creates a blob of a known size, persists it, then extracts it and compares the size. 10000 is created and expected, but 7800 is extracted instead.

For now, I reverted back to always using BLOB_BINDING. Investigate.

Project: Hibernate ORM
Priority: Major Major
Reporter: Brett Meyer
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira