]> 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:18 +0000 (17:41 -0400)
commitbd0f65400ed274b083c22b21d1d81af6e857b0b2
tree0faa9f2a45c7e364b2ea4fcdfdb2bde47285b24b
parent80ca73e9b8c07da01abef5b43aa6d52402c7b2d8
- 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