Kris Jurka wrote:
> I believe this still doesn't complete our checking for cursor based
> ResultSets because of methods like isBeforeFirst() or isLast(), which
> don't require scrollable ResultSets, but the code must be aware if it
> is working with a cursor.
We do indeed have some work to do here. The attached patch adds some
tests for these cases; they fail with a non-zero fetchsize.
-O