Expo wrote:
> I'am using SA 0.3.11 with MySql 5.0 through MySQLdb latest stable
> version and I don't get results when searching string with chars acute
> or grave like è, é, à.
> I haven't found flags on SA or MySQLdb for support "exotic" chars, I
> have miss something ?

There is an option to MySQLdb to set the connection encoding but it's 
only needed when the server configuration isn't correct.

For this database, are the characters valid in the server's configured 
connection encoding?  Are they valid in the column's character set?  A 
mismatch in either of those may leave you with incorrectly encoded data 
in the column, which would cause equality comparisons to fail.


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

Reply via email to