From 63847496f14c813a5d80efd5b7de0f1294ffe1e3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 16:07:11 +0200 Subject: Adding upstream version 3.45.1. Signed-off-by: Daniel Baumann --- www/releaselog/3_7_1.html | 145 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 www/releaselog/3_7_1.html (limited to 'www/releaselog/3_7_1.html') diff --git a/www/releaselog/3_7_1.html b/www/releaselog/3_7_1.html new file mode 100644 index 0000000..f2dc3e5 --- /dev/null +++ b/www/releaselog/3_7_1.html @@ -0,0 +1,145 @@ + + + + + +SQLite Release 3.7.1 On 2010-08-23 + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ +

SQLite Release 3.7.1 On 2010-08-23

    +
  1. Added new commands SQLITE_DBSTATUS_SCHEMA_USED and + SQLITE_DBSTATUS_STMT_USED to the sqlite3_db_status() interface, in + order to report out the amount of memory used to hold the schema and + prepared statements of a connection. +
  2. Increase the maximum size of a database pages from 32KiB to 64KiB. +
  3. Use the LIKE optimization even if the right-hand side string contains + no wildcards. +
  4. 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. +
  5. Fixed a bug in the query planner that caused performance regressions + relative to 3.6.23.1 on some complex joins. +
  6. Fixed a typo in the OS/2 backend. +
  7. Refactored the pager module. +
  8. The SQLITE_MAX_PAGE_SIZE compile-time option is now silently ignored. + The maximum page size is hard-coded at 65536 bytes. + +

+ +

A complete list of SQLite releases + in a single page and a chronology are both also available. + A detailed history of every + check-in is available at + + SQLite version control site.

+ + -- cgit v1.2.3