Subject | Re: Another driver bug |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-03-25T19:31:01Z |
> I am still using beta 3 or earlier. I am not sure of the version.Confirmed. Actual CVS version does not produce NPE, however in
> 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:
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