diff options
author | mjl <mjl@pkgsrc.org> | 2001-08-10 11:49:04 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-08-10 11:49:04 +0000 |
commit | ae5a74641d919fc5919c74b9bef7025bbe9921e7 (patch) | |
tree | e470bcdf1c46baa62342bd4fe3561ad103685073 /databases/p5-DBI | |
parent | e7211a12bd148bc6a9cae11d730928b81d5d9806 (diff) | |
download | pkgsrc-ae5a74641d919fc5919c74b9bef7025bbe9921e7.tar.gz |
Update to 1.19
Made fetchall_arrayref({ foo=>1, ...}) be more strict to the specification
in relation to wanting hash slice keys to be lowercase names.
Fixed $sth->execute() to update $dbh->{Statement} to $sth->{Statement}.
Added row number to trace output for fetch method calls.
Added $h->{FetchHashKeyName} = 'NAME_lc' or 'NAME_uc' to alter
behaviour of fetchrow_hashref() method. See docs.
Added type_info quote caching to quote() method
Makes using quote() with second data type param much much faster.
Added type_into_all() caching to type_info()
Added new API definition for table_info() and tables(),
Added primary_key_info() to DBI API
Added primary_key() to DBI API as simpler interface to primary_key_info().
Indent and other fixes for DBI::DBD doc
Added prepare_cached() insert_hash() example
Removed false docs for fetchall_hashref(), use fetchall_arrayref({}).
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 072bd5917ac..afbb556f333 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2001/06/10 13:52:45 mjl Exp $ +# $NetBSD: Makefile,v 1.9 2001/08/10 11:49:04 mjl Exp $ # -DISTNAME= DBI-1.18 +DISTNAME= DBI-1.19 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 6724c684dd8..dc5c9a9a82e 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2001/06/10 13:52:45 mjl Exp $ +$NetBSD: distinfo,v 1.5 2001/08/10 11:49:04 mjl Exp $ -SHA1 (DBI-1.18.tar.gz) = 1a0544fd985ec0ee11a6fb6137e3691588e60d6d -Size (DBI-1.18.tar.gz) = 198250 bytes +SHA1 (DBI-1.19.tar.gz) = 04c6463ec2b6480e85dbdab807217227d2a4d40c +Size (DBI-1.19.tar.gz) = 201082 bytes |