Re: The max_rows attribute to fetchall_arrayref no longer works

2008-03-24 Thread Tim Bunce
On Sun, Mar 23, 2008 at 03:59:23PM -, Greg Sabino Mullane wrote: > > I noticed a failing test when using DBI 1.603 on DBD::Pg and > tracked the error back to this new line inside of pure-perl > fetchall_arrayref in DBI.pm: > > return undef if $max_rows and not $sth->{Active}; > > As far as I

The max_rows attribute to fetchall_arrayref no longer works

2008-03-23 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 I noticed a failing test when using DBI 1.603 on DBD::Pg and tracked the error back to this new line inside of pure-perl fetchall_arrayref in DBI.pm: return undef if $max_rows and not $sth->{Active}; As far as I can tell, $sth at this point is