On 21 Jan 2012, at 8:28am, Dan Kennedy wrote:

> You can get the old behavior by issuing a statement like:
> 
>  PRAGMA page_size = 1024;
> 
> When creating the database.

Alternatively, if that data is now fixed and you care about the filesize, do a

VACUUM

and see if that shrinks the database in a way you like.

The actual underlying file format hasn't changed, just the way the functions 
fill the file.  You can swap back and forth between 3.7.x versions and they'll 
still all be able to read and write the file.

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

Reply via email to