diff options
author | adam <adam@pkgsrc.org> | 2013-12-06 19:26:58 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-12-06 19:26:58 +0000 |
commit | c7e0d3ae062c951cd3e49a2f571d034452a46794 (patch) | |
tree | 114845e9f8d4eca51f8adf6ce75cf61cc662065c /databases/sqlite3-tcl | |
parent | a4aa0340336dc74a4152e033e817abcba873ea74 (diff) | |
download | pkgsrc-c7e0d3ae062c951cd3e49a2f571d034452a46794.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-tcl')
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 6 | ||||
-rw-r--r-- | databases/sqlite3-tcl/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index 9b67f3af5df..43f192edddb 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2013/10/19 08:48:09 adam Exp $ +# $NetBSD: Makefile,v 1.52 2013/12/06 19:26:58 adam Exp $ -DISTNAME= sqlite-autoconf-3080100 -PKGNAME= sqlite3-tcl-3.8.1 +DISTNAME= sqlite-autoconf-3080200 +PKGNAME= sqlite3-tcl-3.8.2 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/2013/ \ http://www.sqlite.org/2013/ diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo index 58024bc0670..5b7293c6a14 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.34 2013/10/19 08:48:09 adam Exp $ +$NetBSD: distinfo,v 1.35 2013/12/06 19:26:58 adam Exp $ -SHA1 (sqlite-autoconf-3080100.tar.gz) = 42464b07df2d6f8aa28f73ce4cc6d48b47be810e -RMD160 (sqlite-autoconf-3080100.tar.gz) = 3512c2ebb926f0184eb687443a75c08ec177e104 -Size (sqlite-autoconf-3080100.tar.gz) = 1896869 bytes +SHA1 (sqlite-autoconf-3080200.tar.gz) = 6033ef603ce221d367c665477514d972ef1dc90e +RMD160 (sqlite-autoconf-3080200.tar.gz) = e3ea6439b9502a478e6678d01b7f17db1d4a1c83 +Size (sqlite-autoconf-3080200.tar.gz) = 1917056 bytes SHA1 (patch-aa) = d4d0424eec39ede995c2c408dcf51876072d3fea SHA1 (patch-ab) = 64a4352b9a8ed0518784837e390541cd4e1bc9aa |