On Mon, Apr 21, 2014 at 07:31:35PM -0400, Mark West wrote:
> I am trying to use DBIx::Class in a Catalyst application to create a SQL
> statement that will produce results in a crosstab list.

Why are you trying to use the DBIC result inflation system for this? 
Create the SQL, extract it with ->as_query, massage it to taste, run it 
against your $schema->storage->dbh_do and you are done...

Or am I missing something...?

Cheers


_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/dbix-class@lists.scsys.co.uk

Reply via email to