X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsqlmaker%2Flimit_dialects%2Ffetch_first.t;h=4665b4cf7164779399cf3ad295a2a94777f0f96a;hb=refs%2Fheads%2Fcurrent%2Fdq;hp=c521b528a34c23d42958a3ffefb2cc949afdd90a;hpb=2231d31c29347c34a6b58b88782da220775bddaa;p=dbsrgits%2FDBIx-Class.git diff --git a/t/sqlmaker/limit_dialects/fetch_first.t b/t/sqlmaker/limit_dialects/fetch_first.t index c521b52..4665b4c 100644 --- a/t/sqlmaker/limit_dialects/fetch_first.t +++ b/t/sqlmaker/limit_dialects/fetch_first.t @@ -179,10 +179,10 @@ is_same_sql_bind ( ORDER BY title FETCH FIRST 5 ROWS ONLY ) me - ORDER BY title DESC + ORDER BY me.title DESC FETCH FIRST 2 ROWS ONLY ) me - ORDER BY title + ORDER BY me.title ) me JOIN owners owner ON owner.id = me.owner WHERE ( source = ? )