X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fprefetch%2Fwith_limit.t;h=1d2aa84ff5dc2aeb905269374bb1861b70c992a3;hb=0077982b2edc8273ab4b6ea59921177667008cb3;hp=97dffcc5de4efd8a2be8ab2d5e8e952a2957b3b4;hpb=908aa1bb761ec1da5c061fe9f687598e3f1934bc;p=dbsrgits%2FDBIx-Class.git diff --git a/t/prefetch/with_limit.t b/t/prefetch/with_limit.t index 97dffcc..1d2aa84 100644 --- a/t/prefetch/with_limit.t +++ b/t/prefetch/with_limit.t @@ -190,6 +190,7 @@ is_same_sql_bind ( JOIN artist artist ON artist.artistid = me.artist WHERE ( ( artist.name = ? AND me.year = ? ) ) + ORDER BY me.cdid )', [ [ { sqlt_datatype => 'varchar', sqlt_size => 100, dbic_colname => 'artist.name' } => 'foo' ],