Interesting. Does that mean any open transaction other than the VACUUM transaction? I'm still confused. Pete
On Tue, Mar 27, 2012 at 9:00 AM, <[email protected]> wrote: > Message: 5 > Date: Mon, 26 Mar 2012 10:25:49 -0700 (PDT) > From: Peter Aronson <[email protected]> > To: General Discussion of SQLite Database <[email protected]> > Subject: Re: [sqlite] VACUUMing large DBs > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=iso-8859-1 > > Actually, it can't be in a transaction.? To quote: "A VACUUM will fail if > there > is an open transaction, or if there are one or more active SQL statements > when > it is run."? (See http://www.sqlite.org/lang_vacuum.html). > > Best regards, > > Peter > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

