summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/PLIST
diff options
context:
space:
mode:
authoradam <adam>2016-04-20 05:04:44 +0000
committeradam <adam>2016-04-20 05:04:44 +0000
commit69ef06957c9f952262d838e03b0467cb72931036 (patch)
treec2a707a8c3f727b29036c901661009bd94affcb4 /databases/sqlite3-docs/PLIST
parent544bf48754f6b528292849965f014fff22af7303 (diff)
downloadpkgsrc-69ef06957c9f952262d838e03b0467cb72931036.tar.gz
Changes 3.12.2:
Fix a backwards compatibility problem in version 3.12.0 and 3.12.1: Columns declared as "INTEGER" PRIMARY KEY (with quotes around the datatype keyword) where not being recognized as an INTEGER PRIMARY KEY, which resulted in an incompatible database file. Fix a bug (present since version 3.9.0) that can cause the DELETE operation to miss rows if PRAGMA reverse_unordered_selects is turned on. Fix a bug in the code generator that can causes incorrect results if two or more virtual tables are joined and the virtual table used in outer loop of the join has an IN operator constraint. Correctly interpret negative "PRAGMA cache_size" values when determining the cache size used for sorting large amounts of data.
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 d5015760fea..89cb1d3fe30 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.54 2016/04/09 09:25:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.55 2016/04/20 05:04:44 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -546,6 +546,7 @@ share/doc/sqlite3/releaselog/3_11_0.html
share/doc/sqlite3/releaselog/3_11_1.html
share/doc/sqlite3/releaselog/3_12_0.html
share/doc/sqlite3/releaselog/3_12_1.html
+share/doc/sqlite3/releaselog/3_12_2.html
share/doc/sqlite3/releaselog/3_1_0.html
share/doc/sqlite3/releaselog/3_1_1.html
share/doc/sqlite3/releaselog/3_1_2.html