projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9ab1244
)
t/sqlmaker/limit_dialects/toplimit.t - ORDER BY title -> me.title
Matt S Trout [Sat, 12 Oct 2013 15:05:00 +0000 (15:05 +0000)]
t/sqlmaker/limit_dialects/toplimit.t
patch
|
blob
|
blame
|
history
diff --git
a/t/sqlmaker/limit_dialects/toplimit.t
b/t/sqlmaker/limit_dialects/toplimit.t
index
88c99a6
..
40fea57
100644
(file)
--- a/
t/sqlmaker/limit_dialects/toplimit.t
+++ b/
t/sqlmaker/limit_dialects/toplimit.t
@@
-205,9
+205,9
@@
is_same_sql_bind (
GROUP BY title
ORDER BY title
) me
- ORDER BY title DESC
+ ORDER BY me.title DESC
) me
- ORDER BY title
+ ORDER BY me.title
) me
JOIN owners owner ON owner.id = me.owner
WHERE ( source = ? )