From 69ef06957c9f952262d838e03b0467cb72931036 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 20 Apr 2016 05:04:44 +0000 Subject: 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. --- databases/sqlite3-docs/PLIST | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'databases/sqlite3-docs/PLIST') 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 -- cgit v1.2.3