Florent,

>I just added ticket #839 to the trac and attached a patch that enables
>unicode conversion for MSSQL dialects.
>I tested it with pyodbc but it should work the same with the other dialects.
>  
>
What's the benefit of doing this? I've found that you usually want to 
pass python unicode objects to PyODBC and adodbapi; utf-8 encoded 
strings don't work properly (they end up as literally that - utf-8 byte 
strings, stored in a 16-bit string container).

Paul

--~--~---------~--~----~------------~-------~--~----~
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