[Dbix-class] Using Database functions in DBIX::Class

Peter Rabbitson rabbit+dbic at rabbit.us
Tue Apr 22 09:27:14 GMT 2014


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




More information about the DBIx-Class mailing list