On 27 Mar 2012, at 5:53pm, Pete <[email protected]> wrote: > Interesting. Does that mean any open transaction other than the VACUUM > transaction? I'm still confused.
This is my fault. I forgot VACUUM was an exception. Please ignore what I wrote and believe what Peter wrote: You must /not/ have a transaction open when you do a VACUUM, and VACUUM executes without a transaction. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

