On Mon, 3 Oct 2005, Marc Herbert wrote:
> 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)
>
Actually I did it the other way around, I fixed setObject(int, Object,
int), but not setObject(int, Object). I've fixed this now as well.
Kris Jurka