You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@samizdatdigital.org on 2004/07/14 23:47:55 UTC

[DbUtils] alternate implementation of ResultSetIterator?

are there any discussions to have an alternate implementation of 
ResultSetIterator? i tried using the one in DbUtils, but i'm thinking 
mysql 4.1 doesn't implement ResultSet.isLast correctly. in any event, 
ResultSetIterator doesn't work for me, but i have a version which just 
iterates one item ahead (and computes hasNext() in this way), and it 
seems to be working nicely for me. i can get the source drop and plug 
my implementation in and run it against the test, but before i did 
that, i thought i'd see what people think about the issue in general. 
perhaps there are other issues of which i'm not aware that necessitate 
the implementation's dependence on ResultSet.isLast.

jon


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org