On Thu, Jul 8, 2010 at 12:45 PM, Richard Hipp <d...@sqlite.org> wrote:

>
>
> PRAGMA name.journal_mode=MODE; -- set the mode of database "name" to MODE.
> PRAGMA name.journal_mode;  -- report the mode of database "name".
> PRAGMA journal_mode; -- an alias for "PRAGMA main.journal_mode"
> PRAGMA journal_mode=MODE;  -- set the mode of all currently ATTACHed
> databases.
>

The latest version 3.7.0 pre-release snapshot does journal_mode as described
above.
http://www.sqlite.org/draft/download.html to get a copy for testing.  The
documentation at
http://www.sqlite.org/draft/pragma.html#pragma_journal_modehas been
updated as well.  Please report any problems to this list.  Thanks!



-- 
---------------------
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to