On Wed, 1 Mar 2006 19:10:21 -0500, Michael Bayer <[EMAIL PROTECTED]> wrote:

good call, i just committed that.

great!

does:

        psycopg2.extensions.register_type(psycopg2.extensions.UNICODE)

turn on unicode globally ?

In psycopg2, yes.

assuming the current conversion-in-python works, does that get the job done for us ? or is there some advantage to psycopg's extension that we're missing out on ?

Yes it works now, I tried inserting japanese text.
The advantage using psycopg is that it's done in C and using postgresql APIs. 
I'm unsure about such an advantage.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to