diff options
author | mjl <mjl@pkgsrc.org> | 2001-06-10 13:52:45 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-06-10 13:52:45 +0000 |
commit | 2a8c0cd72b546f60ca38aad04197cc2eb3b3f76d (patch) | |
tree | cb11a7b38c77650271e46a993366d6cd07db9381 /databases/p5-DBI | |
parent | 80b100d37ba0aa9f2991dabdd666dec4a73c1f04 (diff) | |
download | pkgsrc-2a8c0cd72b546f60ca38aad04197cc2eb3b3f76d.tar.gz |
Updated to 1.18
Fixed that altering ShowErrorStatement also altered AutoCommit!
Fixed DBD::Proxy to handle commit() and rollback(). Long overdue, sorry.
Fixed incompatibility with perl 5.004 (but no one's using that right? :)
Fixed connect_cached and prepare_cached to not be affected by the order
of elements in the attribute hash.
Fixed version number of DBI::Shell
Defined and documented table_info() attribute semantics (ODBC compatible)
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r-- | databases/p5-DBI/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBI/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index c470a4a2179..072bd5917ac 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2001/06/02 14:50:35 mjl Exp $ +# $NetBSD: Makefile,v 1.8 2001/06/10 13:52:45 mjl Exp $ # -DISTNAME= DBI-1.16 +DISTNAME= DBI-1.18 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 bb67d570088..6724c684dd8 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/06/02 14:50:35 mjl Exp $ +$NetBSD: distinfo,v 1.4 2001/06/10 13:52:45 mjl Exp $ -SHA1 (DBI-1.16.tar.gz) = 85b717ec85c578bf781e6a4b9b03fac965a51feb -Size (DBI-1.16.tar.gz) = 194781 bytes +SHA1 (DBI-1.18.tar.gz) = 1a0544fd985ec0ee11a6fb6137e3691588e60d6d +Size (DBI-1.18.tar.gz) = 198250 bytes |