Do not artificially order the internals of a has_many prefetch subquery
[dbsrgits/DBIx-Class.git] / t / prefetch / with_limit.t
index 522324c..1d2aa84 100644 (file)
@@ -183,7 +183,6 @@ is_same_sql_bind (
           FROM cd me
           JOIN artist artist ON artist.artistid = me.artist
         WHERE ( ( artist.name = ? AND me.year = ? ) )
-        ORDER BY me.cdid
         LIMIT ?
       ) me
       LEFT JOIN track tracks