Re: (My)SQL functions in 1.2.0.4605alpha

2007-03-21 Thread nate
Hi Seb, I just finished a full rewrite of the query generator a couple days ago, and it now correctly handles your condition, which has been added as a test case to the core regression tests. You can grab the new core from the 1.2 branch of SVN, or grab the latest nightly. On Mar 21, 1:12 am, "

Re: (My)SQL functions in 1.2.0.4605alpha

2007-03-21 Thread [EMAIL PROTECTED]
I've had the same problems with my own functions so you aren't crazy if that helps. On Mar 21, 12:12 am, "Seb" <[EMAIL PROTECTED]> wrote: > Additionally, could any one else using the latest SVN try that out... > to see if i'm just freaking out...?! > > Thx! > > On Mar 21, 2:58 pm, "Seb" <[EMAIL P

Re: (My)SQL functions in 1.2.0.4605alpha

2007-03-20 Thread Seb
Additionally, could any one else using the latest SVN try that out... to see if i'm just freaking out...?! Thx! On Mar 21, 2:58 pm, "Seb" <[EMAIL PROTECTED]> wrote: > I've been pulling my hair out for a few days trying to find out > whether I was doing something wrong... > > I have this 'records

(My)SQL functions in 1.2.0.4605alpha

2007-03-20 Thread Seb
I've been pulling my hair out for a few days trying to find out whether I was doing something wrong... I have this 'records filtering' in place: [code] $filter = "LOWER(Article.title) LIKE 'a%'"; // ... more stuff... then I do a... $this->Article->findAll($filter); [/code] Now in version 1.2.0