On Wednesday, August 20, 2003, at 4:49 PM, Tim Bunce wrote: >I'd be grateful if you could take a moment to try out this >release candidate of DBI 1.38: > http://homepage.eircom.net/~timbunce/DBI-1.38-rc1-20030820.tar.gz
Tim, thanks for including the HandleError stuff.
For the list:
It was an esoteric problem when there was a readonly return value (i.e. "undef")
in outitems when you were trying to manipulate it in a HandleError sub.
Tim fixed it to check for that and sv2_mortal() it if required.
perl -MDBI -e 'DBI->installed_versions' Perl : 5.008001 (RC2, threaded) OS : darwin DBI : 1.38 DBD::mysql : 2.9002 DBD::Sponge : 11.09 DBD::ExampleP : 11.10
All tests passed.
DBD::mysql complains about "do" and "rows" being doubly defined in mysql.xs which I think it didn't do with 1.37 but I will verify this with a possibly newer version tomorrow - this one doesn't pass all tests against mysql 4.1.0 anyway.
I will feed it to a bunch of coworkers on our heavily used test environment.
Regards, Bjoern