Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 04/13/2001 18:06:12
Module Name: pkgsrc
Committed By: mjl
Date: Fri Apr 13 15:06:12 UTC 2001
Modified Files:
pkgsrc/databases/p5-DBI: Makefile
pkgsrc/databases/p5-DBI/files: md5
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/databases/p5-DBI/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/p5-DBI/files/md5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.