There is no point of ordering the insides of a complex prefetch without a limit
[dbsrgits/DBIx-Class.git] / t / prefetch / grouped.t
index 40ac923..f5d56bb 100644 (file)
@@ -224,7 +224,6 @@ for ($cd_rs->all) {
           SELECT me.cdid, me.artist, me.title, me.year, me.genreid, me.single_track
             FROM cd me
           GROUP BY me.cdid, me.artist, me.title, me.year, me.genreid, me.single_track
-          ORDER BY cdid
         ) me
         LEFT JOIN tags tags ON tags.cd = me.cdid
       ORDER BY cdid