From: Matt S Trout Date: Sat, 12 Oct 2013 18:54:35 +0000 (+0000) Subject: FetchFirst does not inject an order because me.title is unique X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c6cc0f0dbdb1cb3dad52df9fbe4623250fc91c26;p=dbsrgits%2FDBIx-Class.git FetchFirst does not inject an order because me.title is unique --- diff --git a/t/sqlmaker/limit_dialects/torture.t b/t/sqlmaker/limit_dialects/torture.t index f4e7d1d..6671e37 100644 --- a/t/sqlmaker/limit_dialects/torture.t +++ b/t/sqlmaker/limit_dialects/torture.t @@ -507,10 +507,8 @@ my $tests = { WHERE source != ? AND me.title = ? AND source = ? GROUP BY (me.id / ?), owner.id HAVING ? - ORDER BY me.id FETCH FIRST 7 ROWS ONLY ) me - ORDER BY me.id DESC FETCH FIRST 4 ROWS ONLY )', [