summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/Makefile
diff options
context:
space:
mode:
authoradam <adam>2014-03-10 17:03:29 +0000
committeradam <adam>2014-03-10 17:03:29 +0000
commit65633b8682bcfc395a96dd1950ff06ccc85d9160 (patch)
tree47a1b7d94fdedc15d7bf3600afc77084d048fd52 /databases/sqlite3-docs/Makefile
parenta0f87531a278c97ea970fa6609c8ca2bb541bc2e (diff)
downloadpkgsrc-65633b8682bcfc395a96dd1950ff06ccc85d9160.tar.gz
Changes 3.8.4:
Code optimization and refactoring for improved performance. Add the ".clone" and ".save" commands to the command-line shell. Update the banner on the command-line shell to alert novice users when they are using an ephemeral in-memory database. Fix editline support in the command-line shell. Add support for coverage testing of VDBE programs using the SQLITE_TESTCTRL_VDBE_COVERAGE verb of sqlite3_test_control(). Update the _FILE_OFFSET_BITS macro so that builds work again on QNX. Change the datatype of SrcList.nSrc from type u8 to type int to work around an issue in the C compiler on AIX. Get extension loading working on Cygwin. Bug fix: Fix the char() SQL function so that it returns an empty string rather than an "out of memory" error when called with zero arguments. Bug fix: DISTINCT now recognizes that a zeroblob and a blob of all 0x00 bytes are the same thing. Ticket [fccbde530a] Bug fix: Compute the correct answer for queries that contain an IS NOT NULL term in the WHERE clause and also contain an OR term in the WHERE clause and are compiled with SQLITE_ENABLE_STAT4. Ticket [4c86b126f2] Bug fix: Make sure "rowid" columns are correctly resolved in joins between normal tables and WITHOUT ROWID tables. Ticket [c34d0557f7] Bug fix: Make sure the same temporary registers are not used in concurrent co-routines used to implement compound SELECT statements containing ORDER BY clauses, as such use can lead to incorrect answers. Ticket [8c63ff0eca] Bug fix: Ensure that "ORDER BY random()" clauses do not get optimized out. Ticket [65bdeb9739] Bug fix: Repair a name-resolution error that can occur in sub-select statements contained within a TRIGGER. Ticket [4ef7e3cfca] Bug fix: Fix column default values expressions of the form "DEFAULT(-(-9223372036854775808))" so that they work correctly, initializing the column to a floating point value approximately equal to +9223372036854775808.0.
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 b44e03bb117..9a9927874b2 100644
--- a/databases/sqlite3-docs/Makefile
+++ b/databases/sqlite3-docs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2014/02/13 07:30:31 adam Exp $
+# $NetBSD: Makefile,v 1.27 2014/03/10 17:03:29 adam Exp $
-DISTNAME= sqlite-doc-3080301
-PKGNAME= sqlite3-docs-3.8.3.1
+DISTNAME= sqlite-doc-3080400
+PKGNAME= sqlite3-docs-3.8.4
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/2014/ \
http://www.sqlite.org/2014/