I'd appreciate testing of this release candidate:
http://www.data-plan.com/public/DBI-1.53-RC1.tar.gz
=head2 Changes in DBI 1.53 (svn rev 7976), 25th October 2006
Fixed checks for weaken to work with early 5.8.x versions
Fixed DBD::Proxy handling of some methods, including commit and rollback.
Fixed t/40profile.t to be more insensitive to long double precision.
Fixed t/40profile.t to be insensitive to small negative shifts in time
thanks to Jamie McCarthy.
Fixed to work with current 'bleadperl' (~5.9.5) thanks to Steve Peters.
Users of Perl >= 5.9.5 will require DBI >= 1.53.
Fixed to be more robust against drivers not handling multiple result
sets properly thanks to Gisle Aas.
Changed to no longer inherit from Exporter thanks to jvanasco.
Added array context support to execute_array and execute_for_fetch
methods which returns executed tuples and rows affected.
Added Tie::Cache::LRU example to docs thanks to Brandon Black.
=cut
Testing some or all of these would be especially welcome:
- with bleadperl
- with early 5.8.x versions
- with 64bit perl
- drivers supporting multiple result sets (test that you don't
get a warning from PrintWarn when fetching advances to a result set
with a
different number of rows - I suspect DBD::DB2 will warn, for example).
Thanks!
Tim.