Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 58CE163BAC6 for ; Wed, 15 Oct 2008 18:22:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 0C55B63B10F; Wed, 15 Oct 2008 18:22:05 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 452DD63B101 for ; Wed, 15 Oct 2008 18:22:04 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 35ACA175D0; Wed, 15 Oct 2008 18:22:04 +0000 (UTC) From: Martti Kuparinen Subject: CVS commit: pkgsrc/databases/sqlite3 To: pkgsrc-changes@NetBSD.org Reply-To: martti@netbsd.org Message-Id: <20081015182204.35ACA175D0@cvs.netbsd.org> Date: Wed, 15 Oct 2008 18:22:04 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: martti Date: Wed Oct 15 18:22:04 UTC 2008 Modified Files: pkgsrc/databases/sqlite3: Makefile.common distinfo Log Message: Updated databases/sqlite3 to 3.6.4 * Add option support for LIMIT and ORDER BY clauses on DELETE and UPDATE statements. Only works if SQLite is compiled with SQLITE_ENABLE_UPDATE_DELETE_LIMIT. * Added the sqlite3_stmt_status() interface for performance monitoring. * Add the INDEXED BY clause. * The LOCKING_STYLE extension is now enabled by default on Mac OS-X * Added the TRUNCATE option to PRAGMA journal_mode * Performance enhancements to tree balancing logic in the B-Tree layer. * Added the source code and documentation for the genfkey program for automatically generating triggers to enforce foreign key constraints. * Added the SQLITE_OMIT_TRUNCATE_OPTIMIZATION compile-time option. * The SQL language documentation is converted to use syntax diagrams instead of BNF. * Other minor bug fixes To generate a diff of this commit: cvs rdiff -r1.24 -r1.25 pkgsrc/databases/sqlite3/Makefile.common cvs rdiff -r1.21 -r1.22 pkgsrc/databases/sqlite3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.