summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/distinfo
diff options
context:
space:
mode:
authoradam <adam>2013-12-06 19:26:58 +0000
committeradam <adam>2013-12-06 19:26:58 +0000
commit26a33e38802d02a643311ee6429eab559db427d0 (patch)
tree114845e9f8d4eca51f8adf6ce75cf61cc662065c /databases/sqlite3-docs/distinfo
parenta6671083482fe88babff0109937ad4f8ac4b1631 (diff)
downloadpkgsrc-26a33e38802d02a643311ee6429eab559db427d0.tar.gz
Changes 3.8.2:
Changed the defined behavior for the CAST expression when floating point values greater than +9223372036854775807 are cast into into integers so that the result is the largest possible integer, +9223372036854775807, instead of the smallest possible integer, -9223372036854775808. After this change, CAST(9223372036854775809.0 as INT) yields +9223372036854775807 instead of -9223372036854775808. ← Potentially Incompatible Change! Added support for WITHOUT ROWID tables. Added the skip-scan optimization to the query planner. Extended the virtual table interface, and in particular the sqlite3_index_info object to allow a virtual table to report its estimate on the number of rows that will be returned by a query. Update the R-Tree extension to make use of the enhanced virtual table interface. Add the SQLITE_ENABLE_EXPLAIN_COMMENTS compile-time option. Enhanced the comments that are inserted into EXPLAIN output when the SQLITE_ENABLE_EXPLAIN_COMMENTS compile-time option is enabled. Performance enhancements in the VDBE, especially to the OP_Column opcode. Factor constant subexpressions in inner loops out to the initialization code in prepared statements. Enhanced the ".explain" output formatting of the command-line shell so that loops are indented to better show the structure of the program. Enhanced the ".timer" feature of the command-line shell so that it shows wall-clock time in addition to system and user times.
Diffstat (limited to 'databases/sqlite3-docs/distinfo')
-rw-r--r--databases/sqlite3-docs/distinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo
index 780eefbbd5c..17135266221 100644
--- a/databases/sqlite3-docs/distinfo
+++ b/databases/sqlite3-docs/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2013/10/19 08:48:08 adam Exp $
+$NetBSD: distinfo,v 1.22 2013/12/06 19:26:58 adam Exp $
-SHA1 (sqlite-doc-3080100.zip) = d7cb698f32318fbf5dce9f10c9cd7b84c3d70105
-RMD160 (sqlite-doc-3080100.zip) = f227b288deff36284b866540b964827c2f07e35c
-Size (sqlite-doc-3080100.zip) = 4247461 bytes
+SHA1 (sqlite-doc-3080200.zip) = b9cbd42d08b8c1ce96656a6b111e918bb515b605
+RMD160 (sqlite-doc-3080200.zip) = abafc074162b47c0615e38d03c0758a4f03d45b5
+Size (sqlite-doc-3080200.zip) = 4272848 bytes