Subject Re: Another driver bug
Author Roman Rokytskyy
> I am still using beta 3 or earlier. I am not sure of the version.
> Even with this driver version, your test case works.
>
> But, my test case is different from yours. I use Statement instead
> of CallableStatement, and I KEEP USING the SAME Statement without
> closing it. Here is your revised test case that failed:

Confirmed. Actual CVS version does not produce NPE, however in
getObject(1) it causes SQLException with message "Not in a row, use
next()", and this happens after next(). Reason was a bug in
GDS_Impl.isc_dsql_execute2 (only type 4 driver). Now it's fixed.

Thanks a lot for the test case!

Roman