On 1/16/15, Andy (KU7T) <k...@ku7t.org> wrote:
> Hi,
>
>
>
> When I read this: http://sqlite.org/pragma.html#pragma_page_size it seems
> to
> argue that I can never change the page_size on a non-empty db that is
> running in WAL mode.  Any tips how I can still do this?
>
>

Change out of WAL mode, convert the page size, then change back to WAL mode.

-- 
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