On 6/28/17, Domonic Tom <[email protected]> wrote: > I was getting the error in some cases > SQLITE_MISUSE .
An SQLITE_MISUSE error code means you have done something wrong that could potentially cause a segfault or other application crash. You need to fix that. It's important. And, yes, an SQLITE_MISUSE error code could possibly prevent your file from being deleted later on. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

