summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2016-04-20 05:04:44 +0000
committeradam <adam@pkgsrc.org>2016-04-20 05:04:44 +0000
commit26568e2f5ca958eeea22cf3cf06259dea3f90d51 (patch)
treec2a707a8c3f727b29036c901661009bd94affcb4 /databases/sqlite3-docs
parentf547634fad3d4fefcfe9dac6131e7b72258d7a2c (diff)
downloadpkgsrc-26568e2f5ca958eeea22cf3cf06259dea3f90d51.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')
-rw-r--r--databases/sqlite3-docs/PLIST3
-rw-r--r--databases/sqlite3-docs/distinfo10
2 files changed, 7 insertions, 6 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
diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo
index c06a4c2e8bf..4f18379f529 100644
--- a/databases/sqlite3-docs/distinfo
+++ b/databases/sqlite3-docs/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.55 2016/04/09 09:25:39 adam Exp $
+$NetBSD: distinfo,v 1.56 2016/04/20 05:04:44 adam Exp $
-SHA1 (sqlite-doc-3120100.zip) = 5adad476e52a031bfb1cbc9c1426a5fb77e453a3
-RMD160 (sqlite-doc-3120100.zip) = 49fea2965d7233abef41f3b3c87b009e47680d90
-SHA512 (sqlite-doc-3120100.zip) = d0117618d97744255248b9160816203147ba2afdb0bea5fe02d5e464541e09bc9147189317c6f849cc56059d6ae96e3e4b2a30cd8d0bc7b0e1ecacb573cfcdd4
-Size (sqlite-doc-3120100.zip) = 5410493 bytes
+SHA1 (sqlite-doc-3120200.zip) = e49eb277915d1f886a9ee4687a23ec67dc5fe3cb
+RMD160 (sqlite-doc-3120200.zip) = c3689f9f140a8a5b28dbefdf0a385dfc1f673877
+SHA512 (sqlite-doc-3120200.zip) = 4ded937565b2d9b63ae55495d4b536bc0056e0d9aa7119ee54ddea127c42ba7de17986db7b85c172043fab1112132cbc126a102b248770fca6cde9a8fda438ae
+Size (sqlite-doc-3120200.zip) = 5416790 bytes