From: Peter Rabbitson Date: Thu, 23 Apr 2009 23:47:04 +0000 (+0000) Subject: Whops X-Git-Tag: v0.08101~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9dbe876653f63c6d618fef509439eb71358661fe;p=dbsrgits%2FDBIx-Class.git Whops --- diff --git a/t/76select.t b/t/76select.t index ca6a5e9..19e59ba 100644 --- a/t/76select.t +++ b/t/76select.t @@ -29,7 +29,7 @@ lives_ok(sub { $rs->first->get_column('count') }, 'multiple +select/+as columns, lives_ok(sub { $rs->first->get_column('addedtitle') }, 'multiple +select/+as columns, 2nd rscolumn present'); # Tests a regression in ResultSetColumn wrt +select -my $rs = $schema->resultset('CD')->search(undef, +$rs = $schema->resultset('CD')->search(undef, { '+select' => [ \'COUNT(*) AS year_count' ], order_by => 'year_count'