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 columns explicitly as Unicode worked well for me. The only gotcha was that I needed to explicitly specify the encoding as argument to create_engine(), while that had not been necessary when the unicode outputtypehandler was installed (I guess cx_Oracle derived the proper encoding automatically from NLS_LANG).
I'll try to create a pullreq for the coerce_to_unicode (turned off by default) feature over the weekend anyway.
-- Christoph -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/groups/opt_out.
