summaryrefslogtreecommitdiff
path: root/databases/p5-DBI
diff options
context:
space:
mode:
authormjl <mjl>2001-06-02 14:50:35 +0000
committermjl <mjl>2001-06-02 14:50:35 +0000
commitfb583f3b1ab0baf61ca9f0141a57b1fbb4cd42e7 (patch)
tree9a7523d303b4e42efcdb26422da7e52621942abb /databases/p5-DBI
parentf0be639399cb08540764aebd7b18637841f25c14 (diff)
downloadpkgsrc-fb583f3b1ab0baf61ca9f0141a57b1fbb4cd42e7.tar.gz
Updated to 1.16.
Reimplemented fetchrow_hashref in C, now fetches about 25% faster! Changed behaviour if both PrintError and RaiseError are enabled to simply do both (in that order, obviously :) Slight reduction in DBI handle creation overhead Fixed $dbh->{Driver} & $sth->{Database} to return 'outer' handles. Fixed execute param count check to honour RaiseError Fixed build for perl5.6.1 with PERLIO Fixed client sql restrictions in ProxyServer.pm Fixed batch mode command parsing in Shell Fixed typo in selectcol_arrayref docs Fixed selectrow_hashref to be available to callers Fixed core dump if statement handle didn't define Statement attribute Added bind_param_inout docs to DBI::DBD Added note to data_sources() method docs that some drivers may require a connected database handle to be supplied as an attribute Trace of install_driver method now shows path of driver file loaded Changed many '||' to 'or' in the docs Updated DBD::ADO again (improvements in error handling) Updated Win32::DBIODBC (Win32::ODBC emulation) Updated email and web addresses in DBI::FAQ
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r--databases/p5-DBI/Makefile4
-rw-r--r--databases/p5-DBI/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index afda4e1684b..c470a4a2179 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2001/04/13 15:06:11 mjl Exp $
+# $NetBSD: Makefile,v 1.7 2001/06/02 14:50:35 mjl Exp $
#
-DISTNAME= DBI-1.15
+DISTNAME= DBI-1.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo
index 55bda002578..bb67d570088 100644
--- a/databases/p5-DBI/distinfo
+++ b/databases/p5-DBI/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 16:11:01 agc Exp $
+$NetBSD: distinfo,v 1.3 2001/06/02 14:50:35 mjl Exp $
-SHA1 (DBI-1.15.tar.gz) = 8e53ccc4af93afc3cc77d7c08299002b748156f0
-Size (DBI-1.15.tar.gz) = 192879 bytes
+SHA1 (DBI-1.16.tar.gz) = 85b717ec85c578bf781e6a4b9b03fac965a51feb
+Size (DBI-1.16.tar.gz) = 194781 bytes