Re: [Dbix-class] different query after upgrade

2009-08-24 Thread Wallace Reis
Actually, never mind what i just said. DBIC is right, it's a proper bugfix. *Generally*, it is not correct to LEFT JOIN one thing then JOIN onwards from it, which clearly is not your case here. Sorry for the wrong spot. -- wallace reis/wreis Catalyst and DBIx::Class consultancy with

Re: [Dbix-class] different query after upgrade

2009-08-24 Thread Wallace Reis
On Fri, Aug 21, 2009 at 4:22 PM, Steve Rippl wrote: > Now the following in my app > > $c->stash->{sections} = [$c->model('DB::Section')->search( >                               {}, >                               { >                                 join => [{'course_sections' => 'courses'} , > {'st

[Dbix-class] different query after upgrade

2009-08-21 Thread Steve Rippl
Hi, I'm building an app that was on one machine with Debian's Catalyst version 5.7.../DBIx::Class 0.08010 and I've had to move it to another machine, so I bit the bullet and upgraded to latest versions of things including Catalyst 5.8.../DBIx-Class 0.08109. Now the following in my app $c->s