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=BsHJ252ncVTq5ZGbU5FZR Vyl9ahObi4UmdBvU4rHt112WcbN8j5LA+xbyqWXFGmh9rTWuq3N291yBQHHlALdk Ycfr/w6tFnP4WH2ycN4QNOyqWHPbZ0XynBqL8tygYwU6RCBkgwcrm/agvcpeNaKK aG8HuPBUGk4WDM/9uO7u8k= 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=w/pUM6kCUpe50bi+1i3AGHQE9jg =; b=tbkx/JOzi9pj4C2orUugQwMTVHjlc/03QpTP4A3Hk0OPs0XOtejOPLLtUaW FOgUd1325NTiyBo2Gda9Fosz818pN9ggXvSWpsAuB4XITmCelDVFMTl6+wpofn8c rFVPoZSLg3cP7/ERuw0PV7VKDRjgSewo6Dfk9LDGpQTxuGwg= 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=-0.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 MIME-Version: 1.0 X-Received: by 10.112.142.68 with SMTP id ru4mr95970lbb.49.1397937513163; Sat, 19 Apr 2014 12:58:33 -0700 (PDT) Date: Sat, 19 Apr 2014 21:58:32 +0200 Message-Id: Subject: [ANNOUNCEMENT] Updated: sqlite3-3.8.4.3-1 for Cygwin/Cygwin64 From: Jan Nijtmans To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine Changes since 3.8.4.1-1 ===================== * Updated to upstream 3.8.4.3 release. See: * One new Cygwin package: "sqlite3-vfslog". This extension can be used to log all vfs activity in CSV format. * Additional bug-fixes, either discovered just after upstream 3.8.4.3 was released, either discovered earlier but not considered important enough to put in the upstream release: * Fix the EXPLAIN indenter in the command-line shell to correctly handle NextIfOpen and PrevIfOpen opcodes. * In the command-line shell, run set writable_schema before running the ".clone" command. * Ensure the "PRAGMA journal_mode=WAL" works coming from any other journal_mode with ATTACH-ed databases. * Modify the OR-clause handling so that it can safely deal with OR-clause with 17 or more terms. * Make sure column cache elements are cleared correctly when jumping over code for key generation in a partial index. * Make sure the undocumented sqlite_rename_parent() function does not crash even if it is invoked with NULL arguments. * Additional SQLite bug-fixes, rejected (apparently) upstream but important (and simple) enough for Cygwin: * VFS filename truncation issues * Wrong filename handling in sqlite3_load_extension() for Cygwin * pragma database_list returns win32 paths on Cygwin -- 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