Make joined rs counts backwards compatible - we do not collapse a result exploded...
authorPeter Rabbitson <ribasushi@cpan.org>
Wed, 20 May 2009 07:03:08 +0000 (07:03 +0000)
committerPeter Rabbitson <ribasushi@cpan.org>
Wed, 20 May 2009 07:03:08 +0000 (07:03 +0000)
commita258ee5dacc4e7e3c748f59e8335a7688f5455d0
treeca838846f39d6c48148fb6c2cf42b7428cec242e
parent909a20df412c7599b3b473d8c776507121cb67ba
Make joined rs counts backwards compatible - we do not collapse a result exploded by a has_many join unless it is explicitly requested by distinct => 1, OR unless we have collapse set which implies prefetch
lib/DBIx/Class/ResultSet.pm
t/19quotes.t
t/19quotes_newstyle.t
t/60core.t
t/90join_torture.t
t/count/joined.t