Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2F70BA6554 for ; Wed, 7 Jan 2015 23:21:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CEC3C14A216; Wed, 7 Jan 2015 23:21:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 340EC14A213 for ; Wed, 7 Jan 2015 23:21:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id qQ0so5BBkxiH for ; Wed, 7 Jan 2015 23:21:16 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 68C0814A209 for ; Wed, 7 Jan 2015 23:21:16 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6313D98; Wed, 7 Jan 2015 23:21:16 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 7 Jan 2015 23:21:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/databases/p5-DBD-postgresql To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150107232116.6313D98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Wed Jan 7 23:21:16 UTC 2015 Modified Files: pkgsrc/databases/p5-DBD-postgresql: Makefile distinfo Log Message: Update to 3.5.0: Version 3.5.0 Released January 6, 2015 - Allow "placeholder escaping" by the use of a backslash directly before it, e.g. "SELECT 1 FROM jsontable WHERE foo \\? ?" will contain a single placeholder, and the first question mark will be sent directly to the backend to be parsed as an operator. [Greg Sabino Mullane, Tim Bunce] (CPAN bug #101030) - Improve the workings of the ping() method, so it always tests for a valid database backend and returns the correct true/false. [Greg Sabino Mullane, with help from Andrew Gierth and Tim Bunce] (CPAN bug #100648) - Add get_info(9000) => 1 to indicate driver can escape placeholders. [Tim Bunce] - In tests, force the client_encoding to UTF8, skip tests that involve characters not supported by the server_encoding [Dagfinn Ilmari Mannsåker ] - Fix memory leak when selecting from arrays [Dagfinn Ilmari Mannsåker, reported by Krystian Samp] - Make get_info much more efficient and slightly simpler. [Tim Bunce] To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 pkgsrc/databases/p5-DBD-postgresql/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/databases/p5-DBD-postgresql/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.