Stop adding GROUP BY's to subqueries that do not contain 1:M joins
authorPeter Rabbitson <ribasushi@cpan.org>
Sun, 18 Jul 2010 15:03:47 +0000 (17:03 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Thu, 14 Oct 2010 09:53:05 +0000 (11:53 +0200)
commit53c29913379f0bb257e8131f94c25d00b5a1d329
treeb755c99bdb9b724b3ac305ee3448fc12588b63c7
parentd2fcb9b3612958ecc794acae77520f3da06d3c5b
Stop adding GROUP BY's to subqueries that do not contain 1:M joins

siracusa++ for spotting the incorrect SQL in the first place,
and pointing out that the competition sucks :)
Changes
lib/DBIx/Class/Storage/DBIHacks.pm
t/prefetch/with_limit.t