]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
The cx_oracle dialect will no longer run the bind parameter names
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Feb 2013 17:42:36 +0000 (12:42 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Feb 2013 17:42:36 +0000 (12:42 -0500)
commit22b31818666d0c3a7f527d06354b6bcdb1304c90
treed7004c0067ee548bcb82dd5888219e3e3bff30f1
parentb6195b1f755768066c78db7575275052a3e2daaa
The cx_oracle dialect will no longer run the bind parameter names
through ``encode()``, as this is not valid on Python 3, and prevented
statements from functioning correctly on Python 3.  We now
encode only if ``supports_unicode_binds`` is False, which is not
the case for cx_oracle when at least version 5 of cx_oracle is used.
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/engine/default.py