diff options
author | he <he@pkgsrc.org> | 2008-07-14 19:13:59 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-07-14 19:13:59 +0000 |
commit | eb6aa6ff009b4e5280fc8fb3f962400f8b3261e4 (patch) | |
tree | 27a4eae3dd56d336479400307a9c186afeb3a3d0 | |
parent | a95b147cfbaeff5088c29c36dc6be0b82313504a (diff) | |
download | pkgsrc-eb6aa6ff009b4e5280fc8fb3f962400f8b3261e4.tar.gz |
Update from version 1.604 to 1.605. Changes:
Changes in DBI 1.605 XXX
Make trace level 2 show method entry but not fetched rows, leave that
for trace level 3. So trace level 2 can be used to aid debugging with-
out being flooded by data
1 = return from top level only, no rows
2 = +entry to top level, no rows
3 = +return from nested, no rows
4 = +entry to nested, with rows
Fixed broken DBIS macro with threads on big-endian machines
with 64bit ints but 32bit pointers. Ticket #32309.
Fixed the selectall_arrayref, selectrow_arrayref, and selectrow_array
methods that get embedded into compiled drivers to use the
inner sth handle when passed a $sth instead of an sql string.
Drivers will need to be recompiled to pick up this change.
Fixed leak in neat() for some kinds of values thanks to Rudolf Lippan.
Fixed DBI::PurePerl neat() to behave more like XS neat().
Increased default $DBI::neat_maxlen from 400 to 1000.
Increased timeout on tests to accomodate very slow systems.
Changed behaviour of trace levels 1..4 to show less information
at lower levels.
Changed the format of the key used for $h->{CachedKids}
(which is undocumented so you shouldn't depend on it anyway)
Changed gofer error handling to avoid duplicate error text in errstr.
Clarified docs re ":N" style placeholders.
Improved gofer retry-on-error logic and refactored to aid subclassing.
Improved gofer trace output in assorted ways.
Removed the beeps "\a" from Makefile.PL warnings.
Removed check for PlRPC-modules from Makefile.PL
Added sorting of ParamValues reported by ShowErrorStatement
thanks to to Rudolf Lippan.
Added cache miss trace message to DBD::Gofer transport class.
Added $drh->dbixs_revision method.
Added explicit LICENSE specification (perl) to META.yaml
-rw-r--r-- | databases/p5-DBI/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBI/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 6cc1e03ab6b..8eea30272a1 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2008/05/28 22:09:20 abs Exp $ +# $NetBSD: Makefile,v 1.41 2008/07/14 19:13:59 he Exp $ -DISTNAME= DBI-1.604 +DISTNAME= DBI-1.605 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 acc8b348234..2a95e5589a8 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2008/05/28 22:09:20 abs Exp $ +$NetBSD: distinfo,v 1.23 2008/07/14 19:13:59 he Exp $ -SHA1 (DBI-1.604.tar.gz) = 9c5195996e9a4cc54f2894834b05f6b9eee4b6c7 -RMD160 (DBI-1.604.tar.gz) = 4e915a9e746d844a0fa668dce58a142eb49b45f6 -Size (DBI-1.604.tar.gz) = 498315 bytes +SHA1 (DBI-1.605.tar.gz) = 0d21eb4b21b4cad69004e40ecaaafcef4a4dc7da +RMD160 (DBI-1.605.tar.gz) = b87fb2a8744ad5d47991d514ef2f531786774b9a +Size (DBI-1.605.tar.gz) = 504313 bytes |