diff options
author | adam <adam> | 2016-04-20 05:04:44 +0000 |
---|---|---|
committer | adam <adam> | 2016-04-20 05:04:44 +0000 |
commit | 8b1e2eab392c15ee31ca888be443d7fa1e26e59d (patch) | |
tree | c2a707a8c3f727b29036c901661009bd94affcb4 /databases/sqlite3/distinfo | |
parent | a400624b332d915ad2f207005258a5ec522070aa (diff) | |
download | pkgsrc-8b1e2eab392c15ee31ca888be443d7fa1e26e59d.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/distinfo')
-rw-r--r-- | databases/sqlite3/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index cc5454bf2a8..b0c8c49db72 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.120 2016/04/09 09:25:39 adam Exp $ +$NetBSD: distinfo,v 1.121 2016/04/20 05:04:44 adam Exp $ -SHA1 (sqlite-autoconf-3120100.tar.gz) = fa1f3dbf6e2e8c6d14125b2eceda5b2e16a19f1f -RMD160 (sqlite-autoconf-3120100.tar.gz) = 3853c603a8fc712dd9e53dd9191487e02ff9607b -SHA512 (sqlite-autoconf-3120100.tar.gz) = eb0b892bb6a1783df9b712d5f78c9f5fb5aa8ff1b1735fd2806e96b1c04e2a5f87b2e47469185195611a5cf6c446ec32935e9ae0b01734383a8fefc1bcaf5842 -Size (sqlite-autoconf-3120100.tar.gz) = 2374576 bytes +SHA1 (sqlite-autoconf-3120200.tar.gz) = b43c2e7238e54c50b95fbbd85c48792f4f39af8c +RMD160 (sqlite-autoconf-3120200.tar.gz) = 95906cd70cbf190f82820dd0b5cad57caffa0f6f +SHA512 (sqlite-autoconf-3120200.tar.gz) = e56b8d5b8fb41d27437659db669259198663c266c0b3faf44ba9b130441550fb79bd040e6488f56280b33230d9cf4e51c7906f968ffdd36206354bfabc4b6eb4 +Size (sqlite-autoconf-3120200.tar.gz) = 2374804 bytes SHA1 (patch-configure) = 833f6b824f03b3f12f51617fa2fc7b9d4a580b35 |