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:message-id:date:from:mime-version:to:subject :content-type; q=dns; s=default; b=f2K1fE1pVoLLOgGnL2YWy+RAxvJ5H Raxsdjy8AN7UU7r7n+7EUTLAa5uPR4x4vgrrkzXIfkPLbriSOjnZT+oIQ/yy6yPW nBJuk+WyzNkz8FAijlkqAQ4QWAy3j8B6fNWLbwZ1dcH6cp/rcm0TtD1u8e7YuwII VuPY2Z7O4y0/7M= 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:message-id:date:from:mime-version:to:subject :content-type; s=default; bh=YKoqdJdmLxS6rfE2gpXRVlQlsjE=; b=O1z fKskjnWloJBzf7CVly1SaeW4QhfvQZKLDd3rWVqgGigUEWzHs7r8Eut/wGk1x4eN CdvvxfjYEuPweB0yNzBbYo+eR/SLdVtmXhHfO2bHRg9GOSAEBAGKKzMq/lsYm27E vCUN0zih1Muq/nQXYiBJ0JyVFFxR46r6y+qpn8cg= 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 X-Spam-SWARE-Status: No, score=-5.3 required=5.0 tests=AWL,BAYES_00,KHOP_PGP_SIGNED,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Message-ID: <51B52B51.50203@dancol.org> Date: Sun, 09 Jun 2013 18:26:41 -0700 From: Daniel Colascione User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Cygwin Subject: SQLite temporary path creation broken in latest stable release Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2ITNEOBBATRTRRQTEMQKA" X-Virus-Found: No ------enig2ITNEOBBATRTRRQTEMQKA Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The mandatory locking work (which I haven't been able to test) aside, tempo= rary table creation is broken with SQLite 3.7.16.2-1. 'CREATE TEMP TABLE foo (bar INT)' fails. cygwinGetTempname, called from getTempname, returns the correct temporary directory --- "/var/tmp/etilqs_z28HceqmzVr3ZO1" in my case -- but getTempname then appends another random string to this name, yielding "/var/tmp/etilqs_z28HceqmzVr3ZO1\\etilqs_rnPCuceSOgjfeTd". We then give this string directly to CreateFileW, which understandably fails to create the indicated file. ------enig2ITNEOBBATRTRRQTEMQKA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (Cygwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlG1K1QACgkQ17c2LVA10VuPWQCguUJ50ALmfkUhumnMlNUBSBbK O/wAnA0XhyZd4Hb8ZHCivZiSlW1EFb2i =PzOv -----END PGP SIGNATURE----- ------enig2ITNEOBBATRTRRQTEMQKA--