]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- oracle_xe 5 doesn't accept a Python unicode object in
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Apr 2010 17:30:25 +0000 (17:30 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Apr 2010 17:30:25 +0000 (17:30 +0000)
commit7686386c0025c4364a7e34ef4b1fc71e6fc00374
tree5c049c8a171bd193f2e021806c24fbe6ff5cab4e
parente1cd2563ed8601fffab1d1404471969d198d235e
- oracle_xe 5 doesn't accept a Python unicode object in
its connect string in normal Python 2.x mode - so we coerce
to str() directly.  non-ascii characters aren't supported
in connect strings here since we don't know what encoding
we could use.  [ticket:1670]
CHANGES
lib/sqlalchemy/dialects/oracle/cx_oracle.py