> 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...

I would agree that this should be fixed.

http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Statement.html#close()
demands that
"Calling the method close on a Statement  object that is already
closed has no effect. "
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to