summaryrefslogtreecommitdiff
path: root/databases/sqlite3/distinfo
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-12-04 12:03:52 +0000
committeradam <adam@pkgsrc.org>2018-12-04 12:03:52 +0000
commit4f66023d6667548827a2651852bb58fc596d9e40 (patch)
tree028e2cb307c33b3ccf5cbf745f05a95fdccb88fd /databases/sqlite3/distinfo
parent51776b3e1c28f40729a48e8506530b232469c1a6 (diff)
downloadpkgsrc-4f66023d6667548827a2651852bb58fc596d9e40.tar.gz
sqlite3: updated to 3.26.0
SQLite Release 3.26.0: Optimization: When doing an UPDATE on a table with indexes on expressions, do not update the expression indexes if they do not refer to any of the columns of the table being updated. Allow the xBestIndex() method of virtual table implementations to return SQLITE_CONSTRAINT to indicate that the proposed query plan is unusable and should not be given further consideration. Added the SQLITE_DBCONFIG_DEFENSIVE option which disables the ability to create corrupt database files using ordinary SQL. Added support for read-only shadow tables when the SQLITE_DBCONFIG_DEFENSIVE option is enabled. Added the PRAGMA legacy_alter_table command, which if enabled causes the ALTER TABLE command to behave like older version of SQLite (prior to version 3.25.0) for compatibility. Added PRAGMA table_xinfo that works just like PRAGMA table_info except that it also shows hidden columns in virtual tables. Added the explain virtual table as a run-time loadable extension. Add a limit counter to the query planner to prevent excessive sqlite3_prepare() times for certain pathological SQL inputs. Added support for the sqlite3_normalized_sql() interface, when compiling with SQLITE_ENABLE_NORMALIZE. Enhanced triggers so that they can use table-valued functions that exist in schemas other than the schema where the trigger is defined. Enhancements to the CLI: - Improvements to the ".help" command. - The SQLITE_HISTORY environment variable, if it exists, specifies the name of the command-line editing history file - The --deserialize option associated with opening a new database cause the database file to be read into memory and accessed using the sqlite3_deserialize() API. This simplifies running tests on a database without modifying the file on disk. Enhancements to the geopoly extension: - Aways stores polygons using the binary format, which is faster and uses less space. - Added the geopoly_regular() function. - Added the geopoly_ccw() function. Enhancements to the session extension: - Added the SQLITE_CHANGESETAPPLY_INVERT flag - Added the sqlite3changeset_start_v2() interface and the SQLITE_CHANGESETSTART_INVERT flag. - Added the changesetfuzz.c test-case generator utility.
Diffstat (limited to 'databases/sqlite3/distinfo')
-rw-r--r--databases/sqlite3/distinfo10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index 62f0ed68472..a78937af68d 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.147 2018/11/07 11:51:25 adam Exp $
+$NetBSD: distinfo,v 1.148 2018/12/04 12:03:52 adam Exp $
-SHA1 (sqlite-autoconf-3250300.tar.gz) = 5d6dc7634ec59e7a6fffa8758c1e184b2522c2e5
-RMD160 (sqlite-autoconf-3250300.tar.gz) = 98578994f8edaac730ff18f0196eb2220b88492d
-SHA512 (sqlite-autoconf-3250300.tar.gz) = 5bc501d15367e097f4070185974b0c3a8246c06b205fb2258ed18870ff3fbf120ac5e0ba031a6744af89f7659206e28e7de2f0367bdb190b8412e453b43de4ba
-Size (sqlite-autoconf-3250300.tar.gz) = 2764429 bytes
+SHA1 (sqlite-autoconf-3260000.tar.gz) = 9af2df1a6da5db6e2ecf3f463625f16740e036e9
+RMD160 (sqlite-autoconf-3260000.tar.gz) = 26f67390992c1abd703e78bc3876ab5a7d5363aa
+SHA512 (sqlite-autoconf-3260000.tar.gz) = 8c3306b3814a0e9bc69b741f62bdb6efc9f1e07163ca3e3a1581994465de163a7924223522e812d6b3663c1525c7012a6f6d73ad333556eba9f97ce9326fbdb8
+Size (sqlite-autoconf-3260000.tar.gz) = 2779667 bytes