Re: [sqlalchemy] Encoding issue with SqlAlchemy + cxOracle

2010-11-18 Thread Guilherme Menezes
, Michael Bayer mike...@zzzcomputing.com wrote: On Nov 17, 2010, at 10:26 AM, Guilherme Menezes wrote: Hi, I am having an encoding issue using Python 2.6.2, SqlAlchemy 0.6.5 and cxOracle 5.0.4 to access an Oracle 11g database. I am using the NLS_LANG=.AL32UTF8 enviroment variable. My table

[sqlalchemy] Encoding issue with SqlAlchemy + cxOracle

2010-11-17 Thread Guilherme Menezes
Hi, I am having an encoding issue using Python 2.6.2, SqlAlchemy 0.6.5 and cxOracle 5.0.4 to access an Oracle 11g database. I am using the NLS_LANG=.AL32UTF8 enviroment variable. My table in Oracle is correctly configured to accept Unicode. First, I compiled cxOracle without the WITH_UNICODE

Re: [sqlalchemy] Encoding issue with SqlAlchemy + cxOracle

2010-11-17 Thread Guilherme Menezes
Thank you. I will report the problem to the cx_Oracle list and see what they have to say. Regards, Guilherme. On Wed, Nov 17, 2010 at 2:16 PM, Michael Bayer mike...@zzzcomputing.com wrote: On Nov 17, 2010, at 10:26 AM, Guilherme Menezes wrote: Hi, I am having an encoding issue using