On 30 Sep 2011, at 11:09am, Filip Navara wrote: > Reproduced with the following steps: > >> sqlite3 test.db > pragma count_changes=1; > create table a (a); > vacuum; > > (SQLite 3.7.8 on Windows)
On my Mac SQLite version 3.7.5 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> pragma count_changes=1; sqlite> create table a (b); sqlite> vacuum; sqlite> Apparently no problem. Don't know if that helps anybody. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

