> "(A bug: SQLite only understands upper/lower case for 7-bit Latin
> characters. Hence the LIKE operator is case sensitive for 8-bit iso8859
> characters or UTF-8 characters. For example, the expression 'a' LIKE 'A' is
> TRUE but 'æ' LIKE 'Æ' is FALSE.)."

Got it.

> So it sounds like you will need to move to a different DB if you want
> case-insensitive searching to work for Cyrillic chars.

also sqlite3 seemed very slow compared to MySQL. then I'll switch to
mysql. thank you.


-- 
Regards
Dulmandakh

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to