On 29 Jun 2012, at 10:27pm, Jeff Archer <jarch...@yahoo.com> wrote: >> Pavel Ivanov paivanof at gmail.com Fri Jun 29 17:06:42 EDT 2012 >> >> Because SQLite successfully re-prepared this statement behind the >> scenes and thus was able to successfully finish sqlite3_step() >> function. > > What could cause it to "re-prepare" the statement?
Changing the schema of the database in any way. For example, creating or deleting a table or index. > Is this something I need to find and fix? You should definitely know why it's doing it, in case it indicates your app is doing something unexpected. But that error is a warning: SQLite noticed something was wrong, but fixed it for you. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users