-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: JDBC 4.2 compatibility
-
Labels:None
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)