panglaoying / log4jdbc-log4j2

Automatically exported from code.google.com/p/log4jdbc-log4j2
0 stars 0 forks source link

ResultSetCollector printed more than once #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the printing of the ResultSets is enabled, if a call to next() on a 
ResultSet returns false, and if close is then called, the ResultSet is printed 
twice. 

This is because this implementation takes care of printing the ResultSet when 
close is called (log4jdbc-remix triggers the printing only on a call to next). 

Original issue reported on code.google.com by frederic...@gmail.com on 20 Jun 2013 at 10:36

GoogleCodeExporter commented 9 years ago
Fixed in revision r172 and release 1.15-SNAPSHOT.

Original comment by frederic...@gmail.com on 20 Jun 2013 at 10:42