summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/Makefile
diff options
context:
space:
mode:
authoradam <adam>2013-10-19 08:48:08 +0000
committeradam <adam>2013-10-19 08:48:08 +0000
commit84d47d8150b292c66f56b39f460b499116a44339 (patch)
tree05273a725e7c5decc83634bd1a759d94e6575b08 /databases/sqlite3-docs/Makefile
parenta13ffc9e9ef845b5fd57dcb7add055e8b9ab2683 (diff)
downloadpkgsrc-84d47d8150b292c66f56b39f460b499116a44339.tar.gz
Changes 3.8.1:
Added the unlikely() and likelihood() SQL functions to be used as hints to the query planner. Enhancements to the query planner: Take into account the fact WHERE clause terms that cannot be used with indices still probably reduce the number of output rows. Estimate the sizes of table and index rows and use the smallest applicable B-Tree for full scans and "count(*)" operations. Added the soft_heap_limit pragma. Added support for SQLITE_ENABLE_STAT4 Added support for "sz=NNN" parameters at the end of sqlite_stat1.stat fields used to specify the average length in bytes for table and index rows. Avoid running foreign-key constraint checks on an UPDATE if none of the modified columns are associated with foreign keys. Added the SQLITE_MINIMUM_FILE_DESCRIPTOR compile-time option Added the win32-longpath VFS on windows, permitting filenames up to 32K characters in length. The Date And Time Functions are enhanced so that the current time (ex: julianday('now')) is always the same for multiple function invocations within the same sqlite3_step() call. Add the "totype.c" extension, implementing the tointeger() and toreal() SQL functions. FTS4 queries are better able to make use of docid<$limit constraints to limit the amount of I/O required. Added the hidden fts4aux languageid column to the fts4aux virtual table. The VACUUM command packs the database about 1% tighter. The sqlite3_analyzer utility program is updated to provide better descriptions and to compute a more accurate estimate for "Non-sequential pages" Refactor the implementation of PRAGMA statements to improve parsing performance. The directory used to hold temporary files on unix can now be set using the SQLITE_TMPDIR environment variable, which takes precedence over the TMPDIR environment variable. The sqlite3_temp_directory global variable still has higher precedence than both environment variables, however. Added the PRAGMA stats statement. Bug fix: Return the correct answer for "SELECT count(*) FROM table" even if there is a partial index on the table.
Diffstat (limited to 'databases/sqlite3-docs/Makefile')
-rw-r--r--databases/sqlite3-docs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqlite3-docs/Makefile b/databases/sqlite3-docs/Makefile
index eacacd6be2e..d7a089a5495 100644
--- a/databases/sqlite3-docs/Makefile
+++ b/databases/sqlite3-docs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2013/09/08 06:28:58 adam Exp $
+# $NetBSD: Makefile,v 1.23 2013/10/19 08:48:08 adam Exp $
-DISTNAME= sqlite-doc-3080002
-PKGNAME= sqlite3-docs-3.8.0.2
+DISTNAME= sqlite-doc-3080100
+PKGNAME= sqlite3-docs-3.8.1
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/2013/ \
http://www.sqlite.org/2013/