I think we are done here
[dbsrgits/DBIx-Class.git] / t / prefetch / join_type.t
index 1698d6f..10a8783 100644 (file)
@@ -38,6 +38,7 @@ is_same_sql_bind (
       JOIN artist artist ON artist.artistid = me.artist
       LEFT JOIN cd cds ON cds.artist = artist.artistid
       LEFT JOIN artist artist_2 ON artist_2.artistid = cds.artist
+    ORDER BY me.cdid
   )',
   [],
 );