diff options
author | adam <adam@pkgsrc.org> | 2016-04-09 09:25:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-04-09 09:25:39 +0000 |
commit | 631b0bc04e8bb27687973d60aa81e5ea30cb7a3a (patch) | |
tree | 6aaaec4b71584bfcfecd2adcce6b608068c8a228 /databases/sqlite3-docs | |
parent | 4767e26d32c25c361e998987cb4a4214761badc7 (diff) | |
download | pkgsrc-631b0bc04e8bb27687973d60aa81e5ea30cb7a3a.tar.gz |
Release 3.12.1
Fix a boundary condition error introduced by version 3.12.0 that can result in a crash during heavy SAVEPOINT usage.
Fix views so that they inherit column datatypes from the table that they are defined against, when possible.
Fix the query planner so that IS and IS NULL operators are able to drive an index on a LEFT OUTER JOIN.
Diffstat (limited to 'databases/sqlite3-docs')
-rw-r--r-- | databases/sqlite3-docs/PLIST | 4 | ||||
-rw-r--r-- | databases/sqlite3-docs/distinfo | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST index f31f1ce3f33..d5015760fea 100644 --- a/databases/sqlite3-docs/PLIST +++ b/databases/sqlite3-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.53 2016/04/08 07:54:27 adam Exp $ +@comment $NetBSD: PLIST,v 1.54 2016/04/09 09:25:39 adam Exp $ share/doc/sqlite3/34to35.html share/doc/sqlite3/35to36.html share/doc/sqlite3/about.html @@ -545,6 +545,7 @@ share/doc/sqlite3/releaselog/3_10_2.html 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_1_0.html share/doc/sqlite3/releaselog/3_1_1.html share/doc/sqlite3/releaselog/3_1_2.html @@ -682,6 +683,7 @@ share/doc/sqlite3/releaselog/3_8_9.html share/doc/sqlite3/releaselog/3_9_0.html share/doc/sqlite3/releaselog/3_9_1.html share/doc/sqlite3/releaselog/3_9_2.html +share/doc/sqlite3/releaselog/3_9_3.html share/doc/sqlite3/releaselog/current.html share/doc/sqlite3/requirements.html share/doc/sqlite3/rescode.html diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo index 7022488b268..c06a4c2e8bf 100644 --- a/databases/sqlite3-docs/distinfo +++ b/databases/sqlite3-docs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.54 2016/04/08 07:54:27 adam Exp $ +$NetBSD: distinfo,v 1.55 2016/04/09 09:25:39 adam Exp $ -SHA1 (sqlite-doc-3120000.zip) = fbca5a4db72c1f50d949f9f5df96d9f905559230 -RMD160 (sqlite-doc-3120000.zip) = cdbe7f16fad09037cd7bef4fc4e63bad8f76535d -SHA512 (sqlite-doc-3120000.zip) = 7879d006e528d692ea5718f27d03e2dfe2a5e54aa135be983b992836102720df4dc690d84795115a25ed19a663e895a3f3f8a59d0de079c451d215e07081281e -Size (sqlite-doc-3120000.zip) = 5402611 bytes +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 |