Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResultSetCollector printed more than once #6

Closed
GoogleCodeExporter opened this issue Apr 5, 2016 · 1 comment
Closed

ResultSetCollector printed more than once #6

GoogleCodeExporter opened this issue Apr 5, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Fixed in revision r172 and release 1.15-SNAPSHOT.

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

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant