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_14.html | 138 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 www/releaselog/3_6_14.html (limited to 'www/releaselog/3_6_14.html') diff --git a/www/releaselog/3_6_14.html b/www/releaselog/3_6_14.html new file mode 100644 index 0000000..f50b1b9 --- /dev/null +++ b/www/releaselog/3_6_14.html @@ -0,0 +1,138 @@ + + + + + +SQLite Release 3.6.14 On 2009-05-07 + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ +

SQLite Release 3.6.14 On 2009-05-07

    +
  1. Added the optional asynchronous VFS module.
  2. +
  3. Enhanced the query optimizer so that virtual tables are able to + make use of OR and IN operators in the WHERE clause.
  4. +
  5. Speed improvements in the btree and pager layers.
  6. +
  7. Added the SQLITE_HAVE_ISNAN compile-time option which will cause + the isnan() function from the standard math library to be used instead + of SQLite's own home-brew NaN checker.
  8. +
  9. Countless minor bug fixes, documentation improvements, new and + improved test cases, and code simplifications and cleanups.

    + +

+ +

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