I am seeing few "java.lang.IllegalStateException: Cannot perform this operation because the connection pool has been closed."
exceptions from an Android app. I didn't close the connection in many places. It is also possible that the connection is getting closed in some other thread.
Just to make sure, is it possible for an SQLite connection to get closed automatically or by the operating system or implicitly?