On Thu, 29 Sep 2005, Marc Herbert wrote:
> So does setObject(col, blob, Types.Blob).
>
> Whereas setBlob(col, blob) works fine in the same test case.
>
> This case is like missing in the big switch found in the code.
> Is this on purpose?
No, that's an oversight which I'll fix. Perhaps we were concerned about
trying to do a conversion for something like setObject(col, "string data",
Types.BLOB)?
Kris Jurka