SQLite version 3.12.0 is now available on the SQLite website:
https://www.sqlite.org/
https://www.sqlite.org/releaselog/3_12_0.html
https://www.sqlite.org/download.html
This is a regularly scheduled maintenance release of SQLite. See the change
log for details.
Of particular note in this release is that the default database page size for
newly created database files has been increased from 1024 to 4096 bytes. For
most people, the only consequence of this change is that their applications
will run a little faster. But it is possible that some applications could be
disrupted. The older page size of 1024 can selected at either compile-time or
run-time. See https://www.sqlite.org/pgszchng2016.html for additional
information.
As always, please report any problems with this release to the
[email protected] mailing list, or directly to me.
--
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-announce mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-announce