Re: [sqlalchemy] Issue with cx_oracle

2014-02-19 Thread Christoph Zwerschke
Am 18.02.2014 23:20, schrieb Michael Bayer: > good catch, I've rewritten the docs here: > http://docs.sqlalchemy.org/en/latest/dialects/oracle.html#unicode. > The more common approach of using text() is included. Thanks a lot for the quick reponse and explanations. Your recipe of specifying colu

Re: [sqlalchemy] Issue with cx_oracle

2014-02-18 Thread Michael Bayer
On Feb 18, 2014, at 2:06 PM, Christoph Zwerschke wrote: > The docstring for the cx-Oracle dialog says: > > "SQLAlchemy will pass all unicode strings directly to cx_oracle, and > additionally uses an output handler so that all string based result values > are returned as unicode as well." > >

[sqlalchemy] Issue with cx_oracle

2014-02-18 Thread Christoph Zwerschke
The docstring for the cx-Oracle dialog says: "SQLAlchemy will pass all unicode strings directly to cx_oracle, and additionally uses an output handler so that all string based result values are returned as unicode as well." The latter does no longer seem to be true; the handler was recently r