Re: [RDBO] cascading Manager queries

2007-05-17 Thread Jonathan Vanasco
On May 17, 2007, at 3:12 PM, Michael Reece wrote: > here is a bit of ugliness that hints at what i am after: I think i do some similar stuff, so I'll give my advice -- which you may be better off to not take ;) I never use 'make manager methods'. i started it as a memory saver because i us

Re: [RDBO] cascading Manager queries

2007-05-17 Thread John Siracusa
On 5/17/07, Michael Reece <[EMAIL PROTECTED]> wrote: > my $count = $collection->count_assets_published( > [ \'t2.pubdate >= NOW() - INTERVAL ? DAY' => $num_days ] # > ); > > i can't refer to 'asset.pubdate' in this query param, because RDBOM > insists i use a scalar-ref here, and