Kris Jurka <books@ejurka.com> writes:
> On Thu, 29 Sep 2005, Marc Herbert wrote:
>
>> [setObject(col, blob, Types.Blob) throw Exception]
>>
>
> I've commited a fix to cvs for both the 8.0 and 8.1 branches.
> Types.CLOB and Types.ARRAY also suffered the same problem.
>
I just had a look at it (did not try it yet) and it seems you fixed:
setObject(int parameterIndex, Object x)
But not:
setObject(int parameterIndex, Object x, int targetSqlType)
Am I missing something ? (besides an actual test :-/