[Dbix-class] can we store the DBIx::Class into cache system?

2009-07-24 Thread Mike.G
Hi, all, I have a question about the how to save the DBIx::Class object into cache system, example: we use CHI, my question is: just save DBIx::Class into Cache system like other data type? I mean just like array, hash, scalar? don't need do other things? so, the DBIx::Class will be lost

RE: [Dbix-class] Unknown column in 'group statement'

2009-07-24 Thread Anthony Gladdish
Hi Peter, -Original Message- From: Peter Rabbitson [mailto:rabbit+d...@rabbit.us] Sent: 23 July 2009 22:45 To: DBIx::Class user and developer list Subject: Re: [Dbix-class] Unknown column in 'group statement' On Thu, Jul 23, 2009 at 04:19:01PM +0100, Anthony Gladdish wrote: Hi, Using:

Re: [Dbix-class] Relations for multi-class object inflation from one table

2009-07-24 Thread Wallace Reis
On Thu, Jul 23, 2009 at 4:12 PM, Oleg Kostyukcub.ua...@gmail.com wrote: Hello all, I read about Dynamic Sub-classing DBIx::Class proxy classes in DBIx::Class::Manual::Cookbook, and have question. package My::Schema::Result::Company; use base qw/DBIx::Class/;

Re: [Dbix-class] Unknown column in 'group statement'

2009-07-24 Thread Peter Rabbitson
On Fri, Jul 24, 2009 at 11:00:50AM +0100, Anthony Gladdish wrote: Hi Peter, -Original Message- From: Peter Rabbitson [mailto:rabbit+d...@rabbit.us] Sent: 23 July 2009 22:45 To: DBIx::Class user and developer list Subject: Re: [Dbix-class] Unknown column in 'group statement' On