From 18657a960e125336f704ea058e25c27bd3900dcb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 19:28:19 +0200 Subject: Adding upstream version 3.40.1. Signed-off-by: Daniel Baumann --- www/releaselog/3_6_1.html | 142 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 www/releaselog/3_6_1.html (limited to 'www/releaselog/3_6_1.html') diff --git a/www/releaselog/3_6_1.html b/www/releaselog/3_6_1.html new file mode 100644 index 0000000..648b6bd --- /dev/null +++ b/www/releaselog/3_6_1.html @@ -0,0 +1,142 @@ + + + + + +SQLite Release 3.6.1 On 2008-08-06 + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ +

SQLite Release 3.6.1 On 2008-08-06

    +
  1. Added the lookaside memory allocator for a speed improvement in excess + of 15% on some workloads. (Your mileage may vary.)
  2. +
  3. Added the SQLITE_CONFIG_LOOKASIDE verb to sqlite3_config() to control + the default lookaside configuration.
  4. +
  5. Added verbs SQLITE_STATUS_PAGECACHE_SIZE and + SQLITE_STATUS_SCRATCH_SIZE to the sqlite3_status() interface. +
  6. Modified SQLITE_CONFIG_PAGECACHE and SQLITE_CONFIG_SCRATCH to remove + the "+4" magic number in the buffer size computation. +
  7. Added the sqlite3_db_config() and sqlite3_db_status() interfaces for + controlling and monitoring the lookaside allocator separately on each + database connection.
  8. +
  9. Numerous other performance enhancements
  10. +
  11. Miscellaneous minor bug fixes
  12. + +

+ +

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