Re: [Dbix-class] [ANNOUNCE] A much faster DBIx::Class public trial round three - v0.08242

2013-03-20 Thread Michele Beltrame
Hello! *HOWEVER* - due to the amount of changes to the subqueried prefetch codepath, please make sure you test this release again, even if 0.08240/0.08241 worked for you without a hitch. The possibility that new Tested on 2 applications which make heavy use of prefetch, join, etc. No problem

Re: [Dbix-class] [ANNOUNCE] A much faster DBIx::Class public trial round three - v0.08242

2013-03-20 Thread Peter Rabbitson
On Wed, Mar 20, 2013 at 09:54:48AM +0100, Michele Beltrame wrote: Hello! *HOWEVER* - due to the amount of changes to the subqueried prefetch codepath, please make sure you test this release again, even if 0.08240/0.08241 worked for you without a hitch. The possibility that new Tested on 2

Re: [Dbix-class] how to build this query? col1 not like %xx% AND col1 like %yy%

2013-03-20 Thread Rajeev Prasad
thanks Paul, very helpful. and to the point. I was able to chain resultset. - Original Message - From: Paul Findlay paul.find...@fonterra.com To: DBIx::Class user and developer list dbix-class@lists.scsys.co.uk Cc: Sent: Tuesday, March 19, 2013 8:26 PM Subject: RE: [Dbix-class] how to