I've got some code that creates, uses, and closes a
PreparedStatement. The finally block then tries to close the
statement again. SQLiteJDBC throws an exception on this:
Caused by: java.sql.SQLException: statement is not executing
at org.sqlite.Stmt.checkOpen(Stmt.java:41)
at org.sqlite.PrepStmt.clearParameters(PrepStmt.java:52)
at org.sqlite.PrepStmt.close(PrepStmt.java:47)
Any chance that closing an already-closed statement could be changed
to a no-op? Closing an already-closed ResultSet doesn't throw an
exception...
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---