]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed support for cx_Oracle version 5.2, which was tripping
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Jul 2015 21:40:47 +0000 (17:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Jul 2015 21:41:22 +0000 (17:41 -0400)
commitfd6c64609cbfb2e1640d9a655561274227b72058
tree1d56c95bc6b81143a8a0560216bd788d01f6c2b4
parent9490e64a28ca0633bb56c15291776ef67cae31b5
- Fixed support for cx_Oracle version 5.2, which was tripping
up SQLAlchemy's version detection under Python 3 and inadvertently
not using the correct unicode mode for Python 3.  This would cause
issues such as bound variables mis-interpreted as NULL and rows
silently not being returned.
fixes #3491

(cherry picked from commit d8efa2257ec650b345ec6e840984387263a957a6)
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/oracle/cx_oracle.py