Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 76EA063B880 for ; Mon, 14 Jul 2008 19:14:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 2E2DC63B408; Mon, 14 Jul 2008 19:14:01 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id BE31563B1BA for ; Mon, 14 Jul 2008 19:13:59 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AC2C7175D0; Mon, 14 Jul 2008 19:13:59 +0000 (UTC) From: Havard Eidnes Subject: CVS commit: pkgsrc/databases/p5-DBI To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org Message-Id: <20080714191359.AC2C7175D0@cvs.netbsd.org> Date: Mon, 14 Jul 2008 19:13:59 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: he Date: Mon Jul 14 19:13:59 UTC 2008 Modified Files: pkgsrc/databases/p5-DBI: Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -r1.40 -r1.41 pkgsrc/databases/p5-DBI/Makefile cvs rdiff -r1.22 -r1.23 pkgsrc/databases/p5-DBI/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.