Update to 1.14.
NOTE: This version is the one the DBI book is based on. NOTE: This version requires at least Perl 5.004. Perl 5.6 ithreads changes with thanks to Doug MacEachern. Changed trace output to use PerlIO thanks to Paul Moore. Fixed bug in RaiseError/PrintError handling. (% chars in the error string could cause a core dump.) Fixed Win32 PerlEx IIS concurrency bugs thanks to Murray Nesbitt. Major documentation polishing thanks to Linda Mui at O'Reilly. Password parameter now shown as **** in trace output. Added two fields to type_info and type_info_all. Added $dsn to PrintError/RaiseError message from DBI->connect(). Changed prepare_cached() croak to carp if sth still Active. Added prepare_cached() example to the docs. Added further DBD::ADO enhancements from Thomas Lowery.
This commit is contained in:
parent
add95ca4d2
commit
21b85e4fd6
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 2000/08/27 10:37:01 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2000/12/07 08:10:40 mjl Exp $
|
||||
#
|
||||
|
||||
DISTNAME= DBI-1.13
|
||||
DISTNAME= DBI-1.14
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: md5,v 1.2 2000/05/11 18:37:07 christos Exp $
|
||||
$NetBSD: md5,v 1.3 2000/12/07 08:10:40 mjl Exp $
|
||||
|
||||
MD5 (DBI-1.13.tar.gz) = cef6c295a31b90deaff412346d33e021
|
||||
MD5 (DBI-1.14.tar.gz) = a2d1dbf5cd083e08861bc596e3892bdb
|
||||
|
|
Loading…
Reference in a new issue