]> 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:40:47 +0000 (17:40 -0400)
commitd8efa2257ec650b345ec6e840984387263a957a6
tree87c146b0912e3fd32d6c1e7e8867b47d1558849a
parent2e52f877638ded9d8440fa94632bff0f1705a83e
- 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
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/oracle/cx_oracle.py