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_8_7_2.html | 144 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 www/releaselog/3_8_7_2.html (limited to 'www/releaselog/3_8_7_2.html') diff --git a/www/releaselog/3_8_7_2.html b/www/releaselog/3_8_7_2.html new file mode 100644 index 0000000..d0ee043 --- /dev/null +++ b/www/releaselog/3_8_7_2.html @@ -0,0 +1,144 @@ + + + + + +SQLite Release 3.8.7.2 On 2014-11-18 + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ +

SQLite Release 3.8.7.2 On 2014-11-18

    +
  1. Enhance the ROLLBACK command so that pending queries are allowed to continue as long + as the schema is unchanged. Formerly, a ROLLBACK would cause all pending queries to + fail with an SQLITE_ABORT or SQLITE_ABORT_ROLLBACK error. That error is still returned + if the ROLLBACK modifies the schema. +
  2. Bug fix: Make sure that NULL results from OP_Column are fully and completely NULL and + do not have the MEM_Ephem bit set. + Ticket 094d39a4c95ee4. +
  3. Bug fix: The %c format in sqlite3_mprintf() is able to handle precisions greater than 70. +
  4. Bug fix: Do not automatically remove the DISTINCT keyword from a SELECT that forms + the right-hand side of an IN operator since it is necessary if the SELECT also + contains a LIMIT. + Ticket db87229497. + +
  5. SQLITE_SOURCE_ID: "2014-11-18 20:57:56 2ab564bf9655b7c7b97ab85cafc8a48329b27f93" +
  6. SHA1 for sqlite3.c: b2a68d5783f48dba6a8cb50d8bf69b238c5ec53a + +

+ +

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