summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-postgresql
diff options
context:
space:
mode:
authorwiz <wiz>2015-01-07 23:21:16 +0000
committerwiz <wiz>2015-01-07 23:21:16 +0000
commitdac7cf6af1d516b81754284bb39a9749ebc01503 (patch)
tree8d397be753de4ba1a04afb30b34bd12005335358 /databases/p5-DBD-postgresql
parent01cdec55a82be3bfcca1e1d41640f27cef745c5d (diff)
downloadpkgsrc-dac7cf6af1d516b81754284bb39a9749ebc01503.tar.gz
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 <ilmari@ilmari.org>] - 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]
Diffstat (limited to 'databases/p5-DBD-postgresql')
-rw-r--r--databases/p5-DBD-postgresql/Makefile4
-rw-r--r--databases/p5-DBD-postgresql/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile
index 7ed627cb3dd..b5b9f83a531 100644
--- a/databases/p5-DBD-postgresql/Makefile
+++ b/databases/p5-DBD-postgresql/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2014/10/09 14:06:05 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2015/01/07 23:21:16 wiz Exp $
-DISTNAME= DBD-Pg-3.4.2
+DISTNAME= DBD-Pg-3.5.0
PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
diff --git a/databases/p5-DBD-postgresql/distinfo b/databases/p5-DBD-postgresql/distinfo
index 26b66c0d62c..b1815d193db 100644
--- a/databases/p5-DBD-postgresql/distinfo
+++ b/databases/p5-DBD-postgresql/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2014/10/01 10:42:02 wiz Exp $
+$NetBSD: distinfo,v 1.37 2015/01/07 23:21:16 wiz Exp $
-SHA1 (DBD-Pg-3.4.2.tar.gz) = aa8b141ec0318153d65689f9072dfd2a3f76f57b
-RMD160 (DBD-Pg-3.4.2.tar.gz) = d8aeb20a5f2d30789c882240389432f38ad39109
-Size (DBD-Pg-3.4.2.tar.gz) = 253346 bytes
+SHA1 (DBD-Pg-3.5.0.tar.gz) = 5c784db28c12f9b7f9b7e9f34623c663342d0e57
+RMD160 (DBD-Pg-3.5.0.tar.gz) = 2a1c27da2df35c185b70126fcbb0753891fbad6a
+Size (DBD-Pg-3.5.0.tar.gz) = 255550 bytes