Hi 
       I am using sqlalchemy with postgresql and psycopg2. I want to write 
unicode compatible web application.
I noticed that when I pass string data to sqlalchemy string column, its get 
converted to unicode after commit.

So does setting convert_unicode option True has any meaning in this combination 
of postgre and psycopg2?

If it converts str to unicode in any case would it be useful to use only 
unicode from start? I mean assign u prefix before passing normal english string.

Regards,
Manav Goel



-- 
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 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to