X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:mime-version:date:message-id:subject :from:to:content-type; q=dns; s=default; b=otSgtix6w/slC1znzrUcM bpHVQ74VNKl0RhXQ1qteAi9KnfKe0iMcDvQs/yfJSLCB8D0OYN2rCRTv/0fXsahZ BCxNrC9GdG+K2uNmIvs3QcoV6TUe1xq3+XsxDPodAD5pNA9coN+1YQ6+qVk+seJR I/wLzIB4k0PZvml1CHGZmc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:mime-version:date:message-id:subject :from:to:content-type; s=default; bh=LPn/gcwUf+oGjoDmmNVNr9f1txo =; b=aF6qThsloxLiIZQQIAMr1S4YKr1njnzff6845SvLhhssiCEk3Sn5gRyniEp XQfS9l1jHQY6bTtOu8cLpo3FGjodcK+k9O1h2785Zj0qAPP23U15GurHG89JYY3G YGhq9Fw112VNjbUo5P6qbULxYkjrLd48rcvoOMbUdupyd3+w= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT 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:49:58 +0100 Message-Id: Subject: [ANNOUNCEMENT] [ANNOUNCEMENT] Updated: sqlite3-3.8.1-1 for Cygwin/Cygwin64 From: Jan Nijtmans To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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