summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/PLIST
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-04-03 06:25:30 +0000
committeradam <adam@pkgsrc.org>2021-04-03 06:25:30 +0000
commit848bff04220836ee565f52d9b87024ef35ba5c3a (patch)
tree1e531260d13c24e391a087dcaa8f43ad6946c9a6 /databases/sqlite3-docs/PLIST
parent3e5bacd32c2c992999edf8a42d31fc2e6c4c04ee (diff)
downloadpkgsrc-848bff04220836ee565f52d9b87024ef35ba5c3a.tar.gz
sqlite3: updated to 3.35.4
3.35.4 Fix a defect in the query planner optimization identified by item 8b above. Fix a defect in the new RETURNING syntax. Fix the new RETURNING feature so that it raises an error if one of the terms in the RETURNING clause references a unknown table, instead of silently ignoring that error. Fix an assertion associated with aggregate function processing that was incorrectly triggered by the push-down optimization.
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 74ad00d6520..786ec79c7c5 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.101 2021/03/30 07:51:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.102 2021/04/03 06:25:30 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -626,6 +626,7 @@ share/doc/sqlite3/releaselog/3_35_0.html
share/doc/sqlite3/releaselog/3_35_1.html
share/doc/sqlite3/releaselog/3_35_2.html
share/doc/sqlite3/releaselog/3_35_3.html
+share/doc/sqlite3/releaselog/3_35_4.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