When the printing of the ResultSets is enabled, as well as the filling of
unread values: if close() is called on the ResultSet, but the previous call to
next() did not return false (not the end of the result set), the ResultSet is
printed, but the unread values of the last line are not filled.
This is because this implementation takes care of printing a ResultSet on a
call to close(), even if it was not the end of the result set (previous call to
next() returned true). log4jdbc-remix only triggers the printing on a call to
next()
Original issue reported on code.google.com by frederic...@gmail.com on 20 Jun 2013 at 10:40
Original issue reported on code.google.com by
frederic...@gmail.com
on 20 Jun 2013 at 10:40