correct error in toplimit test
Matt S Trout [Sat, 25 Aug 2012 18:53:11 +0000 (18:53 +0000)]
t/sqlmaker/limit_dialects/toplimit.t

index a2f63d3..4a9b083 100644 (file)
@@ -76,7 +76,7 @@ is_same_sql_bind(
             ( SELECT COUNT( * )
                 FROM owners owner
                WHERE ( count.id = owner.id )
-            ) AS owner_books
+            ) AS owner_books, me.id
               FROM books me
               JOIN owners owner ON owner.id = me.owner
              WHERE ( source = ? )