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

index 88c99a6..40fea57 100644 (file)
@@ -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 = ? )