Increase the maximum size of a database pages from 32KiB to 64KiB.
+
Use the LIKE optimization even if the right-hand side string contains
+ no wildcards.
+
Added the SQLITE_FCNTL_CHUNK_SIZE verb to the sqlite3_file_control()
+ interface for both unix and windows, to cause database files to grow in
+ large chunks in order to reduce disk fragmentation.
+
Fixed a bug in the query planner that caused performance regressions
+ relative to 3.6.23.1 on some complex joins.
+
Fixed a typo in the OS/2 backend.
+
Refactored the pager module.
+
The SQLITE_MAX_PAGE_SIZE compile-time option is now silently ignored.
+ The maximum page size is hard-coded at 65536 bytes.
+
+