On Fri, Jun 29, 2012 at 05:27:25PM -0400, Jeff Archer scratched on the wall:
> >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?

  Usually a change in the database schema, including the creation or
  dropping of tables, indexes, etc.

> Is this something I need to find and fix?

  Generally, no.  The fact that _prepare_v2() deals with this condition
  automatically is generally considered to be a feature.

   -j

-- 
Jay A. Kreibich < J A Y  @  K R E I B I.C H >

"Intelligence is like underwear: it is important that you have it,
 but showing it to the wrong people has the tendency to make them
 feel uncomfortable." -- Angela Johnson
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to