I thinking about automating the close on tearDown() in BaseJDBCTestCase for any statement opened via any utility method, such as createStatement(), prepareStatement(), prepareCall() etc.
The goal of this is to avoid application-level leaks when many tests are run?
bryan
