Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Actual methods Resultset.getRow() must return current row number.
Actual implementation doesn't return accurate value (always 0) when streaming data.
But when cursor type is different of TYPE_FORWARD_ONLY and streaming, the driver must return the accurate value. (possible since all rows are keeped, to permit moving cursor backward)