summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/PLIST
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-03-14 10:01:19 +0000
committeradam <adam@pkgsrc.org>2022-03-14 10:01:19 +0000
commitb10d36b515700349a371433dc9f0d47c59defe28 (patch)
tree96b6870de7cf6d0708992b617d70d9d3d078a168 /databases/sqlite3-docs/PLIST
parent493e0dde6f87ed428a7fa1bc2d4acde45cb3b6ac (diff)
downloadpkgsrc-b10d36b515700349a371433dc9f0d47c59defe28.tar.gz
sqlite3: updated to 3.38.1
3.38.1 (2022-03-12): Fix problems with the new Bloom filter optimization that might cause some obscure queries to get an incorrect answer. Fix the localtime modifier of the date and time functions so that it preserves fractional seconds. Fix the sqlite_offset SQL function so that it works correctly even in corner cases such as when the argument is a virtual column or the column of a view. Fix row value IN operator constraints on virtual tables so that they work correctly even if the virtual table implementation relies on bytecode to filter rows that do not satisfy the constraint. Other minor fixes to assert() statements, test cases, and documentation.
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 6c9793b8a03..066c13df6e9 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.108 2022/02/23 17:07:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.109 2022/03/14 10:01:19 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -642,6 +642,7 @@ 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_38_0.html
+share/doc/sqlite3/releaselog/3_38_1.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