From: Matt S Trout Date: Sat, 25 Aug 2012 18:53:11 +0000 (+0000) Subject: correct error in toplimit test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7ffd25aee9b11091197880d0f2a3d03e228d89fd;p=dbsrgits%2FDBIx-Class-Historic.git correct error in toplimit test --- diff --git a/t/sqlmaker/limit_dialects/toplimit.t b/t/sqlmaker/limit_dialects/toplimit.t index a2f63d3..4a9b083 100644 --- a/t/sqlmaker/limit_dialects/toplimit.t +++ b/t/sqlmaker/limit_dialects/toplimit.t @@ -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 = ? )