X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fprefetch%2Fjoin_type.t;h=7b90c874058c2d14e1987a206bad6688205b32b1;hb=d2fcb9b3612958ecc794acae77520f3da06d3c5b;hp=6a21f22b7d1344271f60e40ae4916220c9c009db;hpb=8a3fa4ae894b55795bcea24a643b42d779cc9d13;p=dbsrgits%2FDBIx-Class.git diff --git a/t/prefetch/join_type.t b/t/prefetch/join_type.t index 6a21f22..7b90c87 100644 --- a/t/prefetch/join_type.t +++ b/t/prefetch/join_type.t @@ -39,7 +39,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 cds.artist, cds.year + ORDER BY cds.artist, cds.year ASC )', [], );