diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-07 23:21:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-07 23:21:16 +0000 |
commit | b3099ab1869c293541eca0b2160f224891f63ef3 (patch) | |
tree | 8d397be753de4ba1a04afb30b34bd12005335358 /databases | |
parent | 15a77fe10e2f0e9b21b3495e16a2f651d1fe6751 (diff) | |
download | pkgsrc-b3099ab1869c293541eca0b2160f224891f63ef3.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')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/distinfo | 8 |
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 |