For the most part we do treat all databases equally. The way we handle this is, each driver has a property containing a list of supported query conditions, which is consulted when generating queries. So if you're writing for portability, you may not always want to *use* a db-specific condition, but Cake will at least support it.
On Jan 11, 11:41 am, RichardAtHome <[EMAIL PROTECTED]> wrote: > I'd be surprised if Cake supported this as is MySQL specific and Cake > likes to treat all databases equally. > > grigri's solution works for me :-) > > On Jan 11, 3:09 pm, fr3nch13 <[EMAIL PROTECTED]> wrote: > > > off hand, does anyone here know if cakephp supports REGEXP inherently > > without having to explicitly call an sql string? > > >http://dev.mysql.com/doc/refman/5.0/en/regexp.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
