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_3_15.html | 138 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 138 insertions(+)
create mode 100644 www/releaselog/3_3_15.html
(limited to 'www/releaselog/3_3_15.html')
diff --git a/www/releaselog/3_3_15.html b/www/releaselog/3_3_15.html
new file mode 100644
index 0000000..bd7fdd1
--- /dev/null
+++ b/www/releaselog/3_3_15.html
@@ -0,0 +1,138 @@
+
+
+
+
+
+SQLite Release 3.3.15 On 2007-04-09
+
+
+
+
+
+
+
+
+
+Small. Fast. Reliable.
Choose any three.
+
+
+
+
+
+
+SQLite Release 3.3.15 On 2007-04-09
+- Fix a bug introduced in 3.3.14 that caused a rollback of
+ CREATE TEMP TABLE to leave the database connection wedged.
+- Fix a bug that caused an extra NULL row to be returned when
+ a descending query was interrupted by a change to the database.
+- The FOR EACH STATEMENT clause on a trigger now causes a syntax
+ error. It used to be silently ignored.
+- Fix an obscure and relatively harmless problem that might have caused
+ a resource leak following an I/O error.
+- Many improvements to the test suite. Test coverage now exceeded 98%
+
+
+
+ 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