X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcount%2Fcount_rs.t;h=30ca0ca36031300b738cdc069dace184b5fc29b0;hb=dc81dba3b6a3675dcc003be84fbaad2f0df7d6a2;hp=b2c2827ad16b03c93bd32d61551ca7fd3f364e39;hpb=e493ecb281730e358d23551d4addc5157b850892;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/count/count_rs.t b/t/count/count_rs.t index b2c2827..30ca0ca 100644 --- a/t/count/count_rs.t +++ b/t/count/count_rs.t @@ -133,7 +133,7 @@ my $schema = DBICTest->init_schema(); $crs->as_query, '(SELECT COUNT( * ) FROM ( - SELECT me.artistid, MAX( cds.year ) AS newest_cd_year + SELECT me.artistid, MAX( cds.year ) AS newest_cd_year, FROM artist me LEFT JOIN cd cds ON cds.artist = me.artistid GROUP BY me.artistid