I would, but this is part of a automatically generated SQL statement
from Cake, so I can not change it.

Ok, I guess, this "auto detection" does not work right.
As soon as I set the language manually (for example in core.php with
Configure::write('Config.language', 'eng');) it does work.
Ok, better than nothing :-)



On Mar 25, 1:09 am, furionn <[email protected]> wrote:
> >>IE: Select .... where .... AND `I18n__description`.`locale` = 'deu'
> >>FFx: Select .... where .... AND `I18n__description`.`locale` = 'de_de'
>
> first 2 symbols are same
>
> try
>
> >>IE: Select .... where .... AND `I18n__description`.`locale` = 'de%'
> >>FFx: Select .... where .... AND `I18n__description`.`locale` = 'de_de'
>
> P.S.Sorry for my bad english
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to