ANNOUNCE: DBI 1.603



file: $CPAN/authors/id/T/TI/TIMB/DBI-1.603.tar.gz
size: 498177 bytes
md5: 7d773e20a8d178b470ae25fe2c2b95e5

=head2 Changes in DBI 1.603

Fixed pure-perl fetchall_arrayref with $max_rows argument
to not error when fetching after all rows already fetched.
(Was fixed for compiled drivers back in DBI 1.31.)
Thanks to Mark Overmeer.
Fixed C sprintf formats and casts, fixing compiler warnings.

Changed dbi_profile() to accept a hash of profiles and apply to all.
Changed gofer stream transport to improve error reporting.
Changed gofer test timeout to avoid spurious failures on slow systems.

Added options to t/85gofer.t so it's more useful for manual testing.

=cut

Enjoy!

Tim.
.



Relevant Pages

  • (Fwd) DBI on AIX
    ... Subject: DBI on AIX ... Fetching with LWP: ... within the timeout period. ...
    (perl.dbi.users)
  • Re: Re: Re: DBD::Pg vs Pg
    ... >> I can, for it all depends on how the benchmarking is done, and I'd ... The DBI is designed to be very fast. ... Assuming that the "40% faster" relates mainly to fetching then ... The Pg extension just does this to fetch a row: ...
    (perl.dbi.users)
  • RE: how to fetch all records
    ... The simplest is $dbh->selectrow_arrayref. ... It's documented in the DBI man page. ... how to fetch all records ... Is there another way of fetching all table records in one statement without ...
    (perl.dbi.users)