From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32568 invoked by alias); 18 Nov 2013 15:02:22 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Received: (qmail 21011 invoked by uid 89); 18 Nov 2013 14:50:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.4 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mail-lb0-f175.google.com MIME-Version: 1.0 X-Received: by 10.152.1.234 with SMTP id 10mr14305414lap.19.1384786198637; Mon, 18 Nov 2013 06:49:58 -0800 (PST) Date: Mon, 18 Nov 2013 15:02:00 -0000 Message-ID: Subject: [ANNOUNCEMENT] Updated: sqlite3-3.8.1-1 for Cygwin/Cygwin64 From: Jan Nijtmans To: cygwin-announce@cygwin.com, General Discussion of SQLite Database Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-11/txt/msg00016.txt.bz2 SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine Changes since 3.7.17-3 ===================== * Updated to upstream 3.8.1 release. Main new features: * Partial indexes: * New query planner: * 3 new VFS's: "win32" Old win32 implementation, which limits file paths to 160 chars. Don't use it. "win32-longpath" New win32 implementation, implemented by SQLite dll. Not very well tested (on Cygwin). "winnt": The same behavior as "win32-longpath", but implemented by cygwin1.dll * The "unix" VFS (the default) is rewritten following the SQLite programming conventions. It should behave exactly the same as the default "unix" VFS in SQLite 3.7.17-3: The environment variable CYGWIN_SQLITE_LOCKING can be used to specify which file locking is desired, "posix", "bsd", "dotfile" or "winnt". The default is "winnt". * The dll is no longer built with SQLITE_TEMP_STORE=2, which was a workaround for a SQLite bug. This bug should be fixed now. If your queries are slower than before (however unlikely), see: -- Jan Nijtmans