Subject: | Jifty::DBI::Collection count_all |
count_all returns the same value as count when the collection is limited
with the number of records different.
Can be tested by (ot turnarounded) by:
$collection->limit(....)
my $ca=$collection->count_all # $ca equal _count with this bug
$collection->unlimit ;
my $c=$collection->count ; # here $c is the count set