Updated databases/p5-DBD-postgresql to 3.0.0
Version 3.0.0 - Major change in UTF-8 handling. If client_encoding is set to UTF-8, always mark returned Perl strings as utf8. See the pg_enable_utf8 docs for more information. [Greg Sabino Mullane, David E. Wheeler, David Christensen] - Bump DBI requirement to 1.614 - Bump Perl requirement to 5.8.1 - Add new handle attribute, switch_prepared, to control when we stop using PQexecParams and start using PQexecPrepared. The default is 2: in previous versions, the effective behavior was 1 (i.e. PQexecParams was never used). [Greg Sabino Mullane] - Better handling of items inside of arrays, particularly bytea arrays. [Greg Sabino Mullane] (CPAN bug #91454) - Map SQL_CHAR back to bpchar, not char [Greg Sabino Mullane, reported by H.Merijn Brand] - Do not force oids to Perl ints [Greg Sabino Mullane] (CPAN bug #85836) - Return better sqlstate codes on fatal errors [Rainer Weikusat] - Better prepared statement names to avoid bug [Spencer Sun] (CPAN bug #88827) - Add pg_expression field to statistics_info output to show functional index information [Greg Sabino Mullane] (CPAN bug #76608) - Adjust lo_import_with_oid check for 8.3 (CPAN bug #83145) - Better handling of libpq errors to return SQLSTATE 08000 [Stephen Keller] - Make sure CREATE TABLE .. AS SELECT returns rows in non do() cases - Add support for AutoInactiveDestroy [David Dick] (CPAN bug #68893) - Fix ORDINAL_POSITION in foreign_key_info [Dagfinn Ilmari Mannsåker] (CPAN bug #88794) - Fix foreign_key_info with unspecified schema [Dagfinn Ilmari Mannsåker] (CPAN bug #88787) - Allow foreign_key_info to work when pg_expand_array is off [Greg Sabino Mullane and Tim Bunce] (CPAN bug #51780) - Remove math.h linking, as we no longer need it (CPAN bug #79256) - Spelling fixes (CPAN bug #78168) - Better wording for the AutoCommit docs (CPAN bug #82536) - Change NOTICE to DEBUG1 in t/02attribs.t test for handle attribute "PrintWarn": implicit index creation is now quieter in Postgres. [Erik Rijkers] - Use correct SQL_BIGINT constant for int8 [Dagfinn Ilmari Mannsåker] - Fix assertion when binding array columns on debug perls >= 5.16 [Dagfinn Ilmari Mannsåker] - Adjust test to use 3 digit exponential values [Greg Sabino Mullane] (CPAN bug #59449) - Avoid reinstalling driver methods in threads [Dagfinn Ilmari Mannsåker] (CPAN bug #83638) - Make sure App::Info does not prompt for pg_config location if AUTOMATED_TESTING or PERL_MM_USE_DEFAULT is set [David E. Wheeler] (CPAN bug #90799) - Fix typo in docs for pg_placeholder_dollaronly [Bryan Carpenter] (CPAN bug #91400) - Cleanup dangling largeobjects in tests [Fitz Elliott] (CPAN bug #92212) - Fix skip test counting in t/09arrays.t [Greg Sabino Mullane] (CPAN bug #79544) - Explicitly specify en_US for spell checking [Dagfinn Ilmari Mannsåker] (CPAN bug #91804)
This commit is contained in:
parent
cd9ce3978c
commit
426b81426a
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.66 2013/05/31 12:39:50 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.67 2014/02/06 13:11:32 abs Exp $
|
||||
|
||||
DISTNAME= DBD-Pg-2.19.3
|
||||
DISTNAME= DBD-Pg-3.0.0
|
||||
PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/}
|
||||
PKGREVISION= 1
|
||||
SVR4_PKGNAME= p5dpo
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
|
||||
|
@ -13,6 +12,7 @@ COMMENT= Perl DBI/DBD driver for PostgreSQL databases
|
|||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= {p5-version-[0-9]*,perl>=5.10.0}:../../devel/p5-version
|
||||
DEPENDS+= p5-DBI>=1.614:../../databases/p5-DBI
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.32 2012/10/21 22:05:40 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.33 2014/02/06 13:11:32 abs Exp $
|
||||
|
||||
SHA1 (DBD-Pg-2.19.3.tar.gz) = 0950c950ba5fc61a47a4b97daad5f5189ffffd72
|
||||
RMD160 (DBD-Pg-2.19.3.tar.gz) = 65693085e6cd2ff1a5a625230dbc271fd5521fa4
|
||||
Size (DBD-Pg-2.19.3.tar.gz) = 237399 bytes
|
||||
SHA1 (DBD-Pg-3.0.0.tar.gz) = 03ded628d453718cbceaea906da3412df5a7137a
|
||||
RMD160 (DBD-Pg-3.0.0.tar.gz) = aed2b3341b75d0d1b9d1754662d321de3cbda2ce
|
||||
Size (DBD-Pg-3.0.0.tar.gz) = 247817 bytes
|
||||
|
|
Loading…
Reference in a new issue