Re: set_sql weird cache issues?

[prev] [thread] [next] [Date index for 2005/07/01]

From: Perrin Harkins
Subject: Re: set_sql weird cache issues?
Date: 03:56 on 01 Jul 2005
On Tue, 2005-06-28 at 20:54 +0100, marshyon@xxxxx.xxx wrote:
> 
> in a parent class 'DBI.pm', I am setting sql:
> 
> __PACKAGE__->set_sql("big_join", "select c.name 'customer', p.name 'product', p.notes 'notes' from purchase_order po, product p, customer c where po.product = p.id and po.customer = c.id order by customer");
> 
> in my script I am accessing values of the above
> 
> my @things = MyApp::M::DBI::list->search_big_join();

What is the primary key of MyApp::M::DBI::list?  What columns did you
define for it?  How about showing us the code for that class?

- Perrin


set_sql weird cache issues?
marshyon 19:54 on 28 Jun 2005

Re: set_sql weird cache issues?
Perrin Harkins 03:56 on 01 Jul 2005

Re: set_sql weird cache issues?
J Brookes 15:46 on 01 Jul 2005

Re: set_sql weird cache issues?
Perrin Harkins 18:19 on 01 Jul 2005

Re: set_sql weird cache issues?
Matt S Trout 00:34 on 02 Jul 2005

Generated at 16:37 on 28 Jul 2005 by mariachi v0.52