pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-postgresql Update p5-DBD-postgresql t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c430f56eb7d2
branches:  trunk
changeset: 511836:c430f56eb7d2
user:      hiramatsu <hiramatsu%pkgsrc.org@localhost>
date:      Sun Apr 23 14:22:19 2006 +0000

description:
Update p5-DBD-postgresql to 1.48.

Changes from 1.41:

1.48 April 5, 2006
        - Bump minimum DBI version to 1.45 (CPAN bug #18260) (plus problems
                in versions 1.42 and 1.44 [GSM]
        - Fix typo in Pg.pm code (CPAN bug #18537) [marc%sssonline.com@localhost]
        - Ensure begin_work is properly set before err. (CPAN bug #18387) [GSM]
        - Force PQexecParams to only run with DML. (CPAN bug #18258) [GSM]
        - Fix bytea encoding problem (CPAN bug #18264) [GSM]
        - Add documentation about connection service files (pg_service.conf).
                [David Fetter]

1.47 March 20, 2006
        - Fix problem with selecting arrays. (CPAN bugs #18128 and
                #18177) [GSM]
        - Fix problem with dollar-sign placeholders. [GSM]

1.46 March 16, 2006
        - Fix problem with dollar-sign placeholders. (husseinp%gmail.com@localhost)
                (CPAN bug #18209) [GSM]

1.45 February 27, 2006
        - Fix bug preventing bytea values over 20 characters from showing.
                Spotted by Igor Shevchenko. [GSM]

1.44 February 21, 2006
        - Make sure pg_warn does not warn if the database attribute
                PrintWarn is off. (Tyler MacDonald tyler%yi.org@localhost) [GSM]
        - Add SIGNATURE file for Module::Signature verification. [GSM]
        - Fix error in documentation for pg_errorlevel.
                (CPAN bug #17434)
        - Add experimental support for using DEFAULT values inside
                of execute with $DBDPG_DEFAULT. [GSM]
        - Return the proper SQLSTATE codes on connection failures.
                (CPAN bug #17115) [GSM]
        - Fix parser to handle leading parens. (CPAN bug #15481) [GSM]
        - Make statement handles destruction abort early if
                InactiveDestroy is set (CPAN bug #14978) [GSM]
        - Make quote work properly for time/date types
                (CPAN bug #15082) [GSM]
        - Ensure all lo_ functions begin a transaction as needed
                if they are the first action in a script
                (CPAN bug # 13810) [GSM]
        - Fix memory leak in dbdimp.c (k%sawada.cc@localhost) [Kenchi Sawada]
        - Fix memory leak in dbdimp.c (dmitri%karasik.eu.org@localhost)
                (CPAN bug #16054)
        - Move package declaration lines to fix RPM parser problems
                (CPAN bug #14509) [GSM]
        - Add support for dollar quoting (CPAN bug #13608) [GSM]
        - Added $dbh->{pg_default_port} method [GSM]
        - Overhaul get_info data, add many more values [GSM]
        - Overhaul type_info data (CPAN bug #13806) [GSM]
        - Rewrite some of the quoting functions, reduce dependence
                on libpq versions [GSM]
        - Rewrite and optimize the do() method. Should be much faster
                when called without placeholders. Thanks to Tom Lane
                for suggesting this. [GSM]
        - Double check PQserverVersion return and use alternate
                method if it returns 0 (CPAN bug #14302)
        - Add support for specifying type in $dbh->quote(),
                such as $dbh->quote($var, {pg_type => DBD::Pg::PG_BYTEA})
                Also support type => SQL_xx [GSM] (CPAN bug #13942)
        - Fix pg_notifies() bug (CPAN bug #14232) [door%lcpi.ru@localhost]
        - Add pg_ping() method [GSM]
        - Make sure ping returns true, even if in failed transaction state
                [thanks to Bill Moseley] [GSM]
        - Fix COPY-related core dump [GSM]
        - Fix strncpy bug in quote.c [Jun Kuriyama] (CPAN bug #14897)
        - Fix error in is_high_bit_set() [Alexey Tourbin] (CPAN bug #13406)

1.43 June 23, 2005
        - Added README.dev file. [GSM]
        - Fix statement-name related core dump. [GSM]
        - Ensure state() returns an empty string, not 00000 on success.
                (CPAN bug #13237) [michael.bell%web.de@localhost of OpenCA] [GSM]
        - Fix rare core dump when $sth still in scope after disconnect [GSM]
        - Enhancements to README.win32 [fenlisesi%gmail.com@localhost]
        - Fix incorrect sprintf calls (CPAN bug #12204)
                [Jakub Jelinek]
        - Fix get_info(18) ("ODBCVERSION") (CPAN bug #12968)
                [thanks to szinger%lanl.gov@localhost] [GSM]

1.42 May 21, 2005
        - Fix minor issues with copying and bytea quoting on older
                servers. Fix some other memory leaks. [GSM]
        - Fix backslash parsing in statements (CPAN bug #12870)
                [felix.klee%inka.de@localhost] [GSM]
        - Make rollback/commit reset copy state (CPAN bug #12866)
                [imb%rentrak.com@localhost] [GSM]
        - Make sure lo_creat issues a begin if necessary [GSM]
        - Fix incorrect behavior when AutoCommit switched on. (CPAN bug #12748)
                [thanks to Vivek Khera] [GSM]
        - Have last_insert_id use set_err, not die. (CPAN bug #12503)
                [thanks to Alexandra Walford] [GSM]
        - Fixed tests to correctly handle older DBI versions reporting
                failures on last_insert_id() (CPAN bug #12204)
                [jpo%di.uminho.pt@localhost] [GSM]
        - Re-enable REMARKS field on column_info (CPAN bug #12399)
                [thanks to morni%cpan.org@localhost] [GSM]
        - Many minor compiler optimizations and cleanups [GSM]
        - Fix two separate memory leaks in dbdimp.c
                [hertzog%debian.org@localhost and richardg%eSentire.com@localhost]
        - Change VARCHAROID to UNKNOWNOID, suggested by users on mailing
                list [GSM]

diffstat:

 databases/p5-DBD-postgresql/Makefile |  4 ++--
 databases/p5-DBD-postgresql/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 595aa6a5fa18 -r c430f56eb7d2 databases/p5-DBD-postgresql/Makefile
--- a/databases/p5-DBD-postgresql/Makefile      Sun Apr 23 14:21:24 2006 +0000
+++ b/databases/p5-DBD-postgresql/Makefile      Sun Apr 23 14:22:19 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2006/02/05 23:08:33 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2006/04/23 14:22:19 hiramatsu Exp $
 #
 
-VER=           1.41
+VER=           1.48
 DISTNAME=      DBD-Pg-${VER}
 PKGNAME=       p5-DBD-postgresql-${VER}
 SVR4_PKGNAME=  p5dpo
diff -r 595aa6a5fa18 -r c430f56eb7d2 databases/p5-DBD-postgresql/distinfo
--- a/databases/p5-DBD-postgresql/distinfo      Sun Apr 23 14:21:24 2006 +0000
+++ b/databases/p5-DBD-postgresql/distinfo      Sun Apr 23 14:22:19 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2005/04/08 14:35:31 jwise Exp $
+$NetBSD: distinfo,v 1.17 2006/04/23 14:22:19 hiramatsu Exp $
 
-SHA1 (DBD-Pg-1.41.tar.gz) = 19bee3f504cc79118f8085e8b46b03ffe4168590
-RMD160 (DBD-Pg-1.41.tar.gz) = da6810212b3c0ad5ef08163c052c9c8c939a2e71
-Size (DBD-Pg-1.41.tar.gz) = 118975 bytes
+SHA1 (DBD-Pg-1.48.tar.gz) = 8fc1633dd20c04bf5040a0ce768b3ffe1b00d484
+RMD160 (DBD-Pg-1.48.tar.gz) = 972420e0d8f744f5c72522ce6ea6521c81d41b21
+Size (DBD-Pg-1.48.tar.gz) = 144737 bytes



Home | Main Index | Thread Index | Old Index