From d5775fd64fb26758063482b04fa8ef7f435bc6f6 Mon Sep 17 00:00:00 2001 From: mjl Date: Fri, 13 Apr 2001 15:06:11 +0000 Subject: Update to 1.15. Notable changes: Added selectrow_arrayref, selectrow_hashref, selectall_hashref Added DBI->connect(..., { dbi_connect_method => 'method' }) Added $h->{ShowErrorStatement}=1 to cause the appending of the relevant Statement text to the RaiseError/PrintError text. Trace method uses warn() if it can't open the new file. Trace shows source line and filename during global destruction. Documentation: Documented $DBI::lasth (which has been there since day 1). Documented SQL_* names. Clarified and extended docs for $h->state Clarified fetchall_arrayref({}) docs Clarified type_info_all re lettercase and index values. Updated DBI::FAQ to 0.38 Added cute bind_columns example Extended docs on \%attr arg to data_sources method. Proxy: Removed debug messages from DBD::Proxy AUTOLOAD Added fix for problem using table_info Added better determination of where to put the pid file Added KNOWN ISSUES section to DBD::Proxy docs Known issues: Perl 5.005 and 5.006 both leak memory doing local($handle->{Foo}). Perl 5.004 doesn't. The leak is not a DBI or driver bug. --- databases/p5-DBI/Makefile | 4 ++-- databases/p5-DBI/files/md5 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'databases') diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 5a84a56ce7c..afda4e1684b 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2001/02/16 14:17:33 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/04/13 15:06:11 mjl Exp $ # -DISTNAME= DBI-1.14 +DISTNAME= DBI-1.15 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} diff --git a/databases/p5-DBI/files/md5 b/databases/p5-DBI/files/md5 index 52c591e5152..369016ddace 100644 --- a/databases/p5-DBI/files/md5 +++ b/databases/p5-DBI/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2000/12/07 08:10:40 mjl Exp $ +$NetBSD: md5,v 1.4 2001/04/13 15:06:11 mjl Exp $ -MD5 (DBI-1.14.tar.gz) = a2d1dbf5cd083e08861bc596e3892bdb +SHA1 (DBI-1.15.tar.gz) = 8e53ccc4af93afc3cc77d7c08299002b748156f0 -- cgit v1.2.3