diff options
author | mjl <mjl@pkgsrc.org> | 2001-04-13 15:06:11 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-04-13 15:06:11 +0000 |
commit | d5775fd64fb26758063482b04fa8ef7f435bc6f6 (patch) | |
tree | 0d6e14077a511ef6abe66f907ac9dacf88d56bb4 /databases/p5-DBI/Makefile | |
parent | 1ad8bebbbd5c4d646af6f3bee8bdd9e361393095 (diff) | |
download | pkgsrc-d5775fd64fb26758063482b04fa8ef7f435bc6f6.tar.gz |
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.
Diffstat (limited to 'databases/p5-DBI/Makefile')
-rw-r--r-- | databases/p5-DBI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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/} |