From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1017 invoked by alias); 18 Nov 2013 15:02:38 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 976 invoked by uid 89); 18 Nov 2013 15:02:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: localhost.localdomain Received: from Unknown (HELO localhost.localdomain) (127.0.0.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 18 Nov 2013 15:02:38 +0000 Reply-To: cygwin@cygwin.com 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 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] [ANNOUNCEMENT] Updated: sqlite3-3.8.1-1 for Cygwin/Cygwin64 From: Jan Nijtmans To: cygwin@cygwin.com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00312.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 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple