Comment 3 for bug 790759

Revision history for this message
Wallace Wadge (wwadge) wrote :

Fixed in 0.8.0-SNAPSHOT.

New config options:

/** If true, track statements and close them if application forgot to do so. See also:
  * detectUnclosedStatements. */
 boolean closeOpenStatements;
 /** If true, print out a stack trace of where a statement was opened but not closed before
  * the connection was closed. See also: closeOpenStatements. */
  boolean detectUnclosedStatements;