The page size of the DB doesn't actually change until you repack it (unless it is new) - I think.

Try the test running "VACUUM;" after setting the page size to repack the DB in that page size and so make it stick outside of the current connection.


On 2016/07/05 10:43 PM, Ward WIllats wrote:
I have noticed that when I set max_page_count programatically to 16384 and read 
it back with the shell I get 1073741823.
If I set max_page_count with the shell to 16384 and read it back 
programmatically, the program gets back 1073741823.
Both the program and the shell can round-trip their own set/get cycle OK.
...

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

Reply via email to