A release candidate is available for testing at:
http://homepage.eircom.net/~timbunce/DBI-1.39-rc1-20031113.tar.gz
=head2 Changes in DBI 1.39, 12th November 2003
Fixed DBI dispatch to not try to use AUTOLOAD for driver methods unless
the method has been declared (as methods should be when using AUTOLOAD).
This fixes a problem when the Attribute::Handlers module is loaded.
Fixed DBD::ExampleP TYPE and PRECISION attributes thanks to Tom Lowery.
Fixed tracing of methods that only get traced at high trace levels.
Fixed STORE to not clear error during nested DBI call, again,
thanks to Tony Bowden for the report and helpful test case.
Fixed cwd check code to use $Config{path_sep} thanks to Steve Hay.
Fixed unqualified croak() calls thanks to Steffen Goeldner.
Fixed compiler warnings with 64bit builds.
Update DBI::DBD docs thanks to Steffen Goeldner.
Removed docs saying that the DBI->data_sources method could be
passed a $dbh. The $dbh->data_sources method should be used instead.
Added link to 'DBI recipies' thanks to Giuseppe Maxia:
http://gmax.oltrelinux.com/dbirecipes.html (note that this
is not an endorsement that the recipies are 'optimal')
Added line to trace log (level>=4) when err/errstr is cleared.
Note: There is a bug in perl 5.8.2 when configured with threads
and debugging enabled (bug #24463) which causes a DBI test to fail.
=cut
Testing on a range of platforms, perl config and drivers would be
appreciated.
Thanks!
Tim.