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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=bEH3e9e6yA9fBHijgHChHVbsYv2e GYLtb69HXW8Asx9hr0qJd1zz7byv85TnuNYvkYdYIxD24PWe/vDdg1Z/Dscgpijz RnvK3nVuJ1a2xXynH9HrqI4SVCzDcm7HGF03IOJfOBVNZ9VH+a60J7qG11vbUNj/ f8a5VR6b7RmGQZs= 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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; s=default; bh=EHpk2qIw+Gj8Viv/Styr/x38IIA=; b=Uu e9rRnImgXixfa1roCR3igY5Lzp42RZIdaSoqL2jRaPvssW1RUqPifTfSQ5eLPrpz gTk4m2A9LZH+Ula+8NkFd7mtFfJ7FjkjdIEm6PUcpujyaqFQ24hsTwGYvW+eJH3E XxMeLHkX9VUnyli2OS3UAxysull5NMYtcfvEYEqAc= 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-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: etr-usa.com Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Updated: sqlite3-3.8.7.2-1 for Cygwin/Cygwin64 From: Warren Young In-Reply-To: Date: Fri, 9 Jan 2015 21:35:38 -0700 Message-Id: <3949B731-0E84-464F-A5D7-837D31ABF25E@etr-usa.com> References: To: The Cygwin Mailing List X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t0A4YxQU006286 On Nov 21, 2014, at 3:21 AM, Jan Nijtmans wrote: > SQLite is a software library that implements a self-contained, > serverless, zero-configuration, transactional SQL database engine Hi, Jan. I happened to need to look at the Cygwin/sqlite3.README file today and saw that it talks about changing the locking semantics via the VFS, but it doesn’t describe how to do this. Do you have to do it via sqlite3_vfs_register() or sqlite3_open_v2()? My old environment variable mechanism would let you affect the locking scheme without changing any of the calls to SQLite. Did that get lost with the change to the VFS-based scheme? I hope not. -- 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