projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dbcd18a
)
FetchFirst does not inject an order because me.title is unique
Matt S Trout [Sat, 12 Oct 2013 18:54:35 +0000 (18:54 +0000)]
t/sqlmaker/limit_dialects/torture.t
patch
|
blob
|
blame
|
history
diff --git
a/t/sqlmaker/limit_dialects/torture.t
b/t/sqlmaker/limit_dialects/torture.t
index
f4e7d1d
..
6671e37
100644
(file)
--- 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
)',
[