summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/PLIST
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-01-07 21:06:28 +0000
committeradam <adam@pkgsrc.org>2022-01-07 21:06:28 +0000
commit4077bf683a571fe3488b0139c80c2bd64e5703b3 (patch)
tree690a4d83a65a43c60e96ecff85379b3ef77c7de7 /databases/sqlite3-docs/PLIST
parent462078ca0be0e6d97bba103a9b0ff6e60b15e375 (diff)
downloadpkgsrc-4077bf683a571fe3488b0139c80c2bd64e5703b3.tar.gz
sqlite3: updated to 3.37.2
Changes in version 3.37.2: Fix a bug introduced in version 3.35.0 (2021-03-12) that can cause database corruption if a SAVEPOINT is rolled back while in PRAGMA temp_store=MEMORY mode, and other changes are made, and then the outer transaction commits. Check-in 73c2b50211d3ae26 Fix a long-standing problem with ON DELETE CASCADE and ON UPDATE CASCADE in which a cache of the bytecode used to implement the cascading change was not being reset following a local DDL change. Check-in 5232c9777fe4fb13. Other minor fixes that should not impact production builds.
Diffstat (limited to 'databases/sqlite3-docs/PLIST')
-rw-r--r--databases/sqlite3-docs/PLIST3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
index fc2508f4367..d4d29e79a5e 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.106 2021/12/30 20:31:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.107 2022/01/07 21:06:28 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -636,6 +636,7 @@ share/doc/sqlite3/releaselog/3_35_5.html
share/doc/sqlite3/releaselog/3_36_0.html
share/doc/sqlite3/releaselog/3_37_0.html
share/doc/sqlite3/releaselog/3_37_1.html
+share/doc/sqlite3/releaselog/3_37_2.html
share/doc/sqlite3/releaselog/3_3_0.html
share/doc/sqlite3/releaselog/3_3_1.html
share/doc/sqlite3/releaselog/3_3_10.html