ANNOUNCE: DBI 1.28
[email protected] (Tim Bunce)
| Newsgroups | perl.dbi.users,perl.dbi.announce |
|---|---|
| Message-ID | <[email protected]> |
file: $CPAN/authors/id/T/TI/TIMB/DBI-1.28.tar.gz
size: 251663 bytes
md5: 0c323bdc712fe379ec92d826514615e3
=head2 Changes in DBI 1.28, 14th June 2002
Added $sth->{ParamValues} to return a hash of the most recent
values bound to placeholders via bind_param() or execute().
Individual drivers need to be updated to support it.
Enhanced ShowErrorStatement to include ParamValues if available:
"DBD::foo::st execute failed: errstr [for statement ``...'' with params: 1='foo']"
Further enhancements to DBD::PurePerl accuracy.
=cut
This release marks the end of the current run of DBI enhancements
(not least because I'm away on holiday next week :)
The recent addition of these features:
DBI::Profile
Driver-side C implementations of fetchall_arrayref and selectrow_arrayref
Limiting rows fetched by fetchall_arrayref
$sth->{ParamValues} and it's use in ShowErrorStatement
has been sponsored by the Swedish pension authority (PPM) and their
consultants Consid AB. Thank you.
Enjoy!
Tim.