On 8 Jul 2014, at 8:58pm, Mayank Kumar (mayankum) <mayan...@cisco.com> wrote:

> We have a process with a single sqlite db and a single connection to the 
> database from a thread. From time to time our processs restarts

Does your application close the database as part of the restart process ?

Are you sure that when this happens that there are no unfinalized statements ?

Are you checking the _close() call and reporting an error message if it does 
not return SQLITE_OK ?

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to