X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fprefetch%2Fo2m_o2m_order_by_with_limit.t;h=4aead925a9c3116f8f9fbe9e77f9fd160ef34269;hb=1db83fb9ce3e15d68e2384720ed06af6de5edbac;hp=c77530afef75a61e772a16aeca4b81b9189442f2;hpb=3d98c75e2c45cbd5ddd995cbeb48810f6ad7e1ca;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/prefetch/o2m_o2m_order_by_with_limit.t b/t/prefetch/o2m_o2m_order_by_with_limit.t index c77530a..4aead92 100644 --- a/t/prefetch/o2m_o2m_order_by_with_limit.t +++ b/t/prefetch/o2m_o2m_order_by_with_limit.t @@ -34,7 +34,6 @@ is_same_sql_bind( JOIN cd cds_unordered ON cds_unordered.artist = me.artistid WHERE ( me.rank = ? ) - GROUP BY cds_unordered.cdid, cds_unordered.artist, cds_unordered.title, cds_unordered.year, cds_unordered.genreid, cds_unordered.single_track, me.name, me.artistid ORDER BY me.name ASC, me.artistid DESC LIMIT 3 OFFSET 3