On Apr 23, 1:52 am, Joe Wilson <[EMAIL PROTECTED]> wrote: > Either you or Spring should close() the Statements after use.
Oh yeah, my mistake. Actually Spring does close the statements after use, before it forgets them, and the driver does finalize regular statements after close, but not PreparedStatements. So it is really only the closed and forgotten PreparedStatements that fill the memory. --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
