Re: [hibernate-dev] Sybase BLOB loading errors

2013-07-11 Thread Brett Meyer
ernate" Sent: Wednesday, July 10, 2013 3:29:38 PM Subject: Re: [hibernate-dev] Sybase BLOB loading errors there was some problems with sybase blob support, but I think from Sybase ASE 15.7 it is resolved now the problem here is using scrollable result set something worth to try th

Re: [hibernate-dev] Sybase BLOB loading errors

2013-07-10 Thread Strong Liu
there was some problems with sybase blob support, but I think from Sybase ASE 15.7 it is resolved now the problem here is using scrollable result set something worth to try though: 1. using FORWARD_ONLY in the org.hibernate.Query#scroll since the sybase driver seems supports this mode best 2.

[hibernate-dev] Sybase BLOB loading errors

2013-07-10 Thread Sanne Grinovero
We have the below error reported since quite a while in the Hibernate Search testsuite, when run on Sybase. I remember when initially noticing that someone told me it was about a known problem in ORM, but I didn't track the JIRA issue. Someone knows please? TiA Sanne Error Message The method co