On 8 Jul 2010, at 7:46am, Alexey Pechnikov wrote:

> $ ls|grep grow
> grow.db
> grow.db-shm
> grow.db-wal
> 
> $ sqlite3
> SQLite version 3.7.0
> Enter ".help" for instructions
> Enter SQL statements terminated with a ";"
> sqlite> pragma journal_mode;
> delete
> sqlite> .q

That 'sqlite3' command does not refer to the grow.db database so there's no 
reason for SQLite to guess it should be in WAL mode.  Try 'sqlite3 grow.db' 
instead.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to