commons-dbutils icon indicating copy to clipboard operation
commons-dbutils copied to clipboard

Improvement in the next() method of the ResultSetIterator.java class

Open Matheus-maas opened this issue 1 year ago • 1 comments

I added an explicit check for resultSet.next(). If there are no more rows, a NoSuchElementException exception is thrown. And I also updated the documentation to include the behavior when there are no more rows in the ResultSet.

Matheus-maas avatar Jun 23 '24 17:06 Matheus-maas