On Mon, 2005-07-11 at 10:32 -0700, Brown, Dave wrote:
> Wait - what if AUTOVACUUM is set on the database, and I'm the only one doing
> inserts/deletes? Will I still need to sqlite3_prepare() my statements again
> if auto-vacuum is on?
> 

AUTOVACUUM does *not* invalidate prepared statements - ever.
-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to