Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.0.3, 1.1.4
-
None
Description
If one callse getMoreResults() on a statement(not having more results) while there is pending result for other statement, the 1st statement will pick it(but it will only possible to read, if it itself had more >1 results, but that is another story). getMoreResults() on 2nd statement will return that there are no more results after that.