On Wed, Mar 13, 2013 at 12:45 PM, Vitor Rosa <[email protected]>wrote:
> Hello, > > I'm using windows 7 (64 bits) with sqlite 3.7.15.2 and I can't change > journal_mode to WAL, it always return memory mode. > what I can do? > For an in-memory database, the only allowed journal modes are OFF and MEMORY. Are you trying to change the journal mode to WAL on an in-memory database? -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

