summaryrefslogtreecommitdiff
path: root/databases/p5-DBI
diff options
context:
space:
mode:
authormjl <mjl>2002-02-14 15:50:05 +0000
committermjl <mjl>2002-02-14 15:50:05 +0000
commite92658039d78d5262138d7c40050094bcf2cc2a6 (patch)
tree71f81477e6d77daa7109f580ea23761c135d7016 /databases/p5-DBI
parentb9ff1a3e613243633f1c2f0fcf3a96b5fa7e857a (diff)
downloadpkgsrc-e92658039d78d5262138d7c40050094bcf2cc2a6.tar.gz
Update p5-DBI to 1.21
Fixed DBD::Proxy support for AutoCommit Fixed DBI::ProxyServer bind_param(_inout) handling Fixed DBI::ProxyServer fetch loop Fixed install_driver do-the-right-thing with $@ on error. It, and connect(), will leave $@ empty on success and holding the error message on error. Fixed fetchrow_hashref to assign columns to the hash left-to-right so later fields with the same name overwrite earlier ones as per DBI < 1.15 Changed tables() to use quote_indentifier() if the driver returns a true value for $dbh->get_info(29) # SQL_IDENTIFIER_QUOTE_CHAR Changed ping() so it no longer triggers RaiseError/PrintError. Changed connect() to not call $class->install_driver unless needed. Changed DESTROY to catch fatal exceptions and append to $@. Added ISO SQL/CLI & ODBCv3 data type definitions Removed the definition of SQL_BIGINT data type constant as the value is inconsistent between standards (ODBC=-5, SQL/CLI=25). Added $dbh->column_info(...) Added $dbh->foreign_key_info(...) Added $dbh->quote_identifier(...) Added $h->{HandleError} = sub { ... } addition and/or alternative to RaiseError/PrintError. Added Fowler/Noll/Vo hash type as an option to DBI::hash(). Added DBI::Changes so now you can "perldoc DBI::Changes", yeah! Added selectrow_arrayref & selectrow_hashref docs
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r--databases/p5-DBI/Makefile6
-rw-r--r--databases/p5-DBI/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index 4ee0b12ad62..455e67f019b 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.12 2001/12/05 17:36:39 explorer Exp $
+# $NetBSD: Makefile,v 1.13 2002/02/14 15:50:05 mjl Exp $
#
-DISTNAME= DBI-1.20
+DISTNAME= DBI-1.21
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dbi
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
-MAINTAINER= bad@netbsd.org
+MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.symbolstone.org/technology/perl/DBI/index.html
COMMENT= the database-independent Perl database access API
diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo
index eb0a6427b6f..6db9f0a4cc3 100644
--- a/databases/p5-DBI/distinfo
+++ b/databases/p5-DBI/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2001/12/05 17:36:39 explorer Exp $
+$NetBSD: distinfo,v 1.7 2002/02/14 15:50:05 mjl Exp $
-SHA1 (DBI-1.20.tar.gz) = 4a50537d9bb13132c987431c8ad4249228d90e5c
-Size (DBI-1.20.tar.gz) = 191676 bytes
+SHA1 (DBI-1.21.tar.gz) = 45ea1468f2a1e90dc17fc8d41545ac14f2773266
+Size (DBI-1.21.tar.gz) = 208384 bytes