]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Modernize cx_Oracle parameters
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Nov 2018 17:11:12 +0000 (12:11 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Nov 2018 17:56:37 +0000 (12:56 -0500)
commite0e6fe44e38230363bc471d1c0a467900c81077a
treeec9b16e8b353d661916ab987947aacb0373f7419
parent996727ed89cd2403e75e3ab924f01754d408075d
Modernize cx_Oracle parameters

Updated the parameters that can be sent to the cx_Oracle DBAPI to both allow
for all current parameters as well as for future parameters not added yet.
In addition, removed unused parameters that were deprecated in version 1.2,
and additionally we are now defaulting "threaded" to False.

Fixes: #4369
Change-Id: I599668960e7b2d5bd1f5e6850e10b5b3ec215ed3
doc/build/changelog/migration_13.rst
doc/build/changelog/unreleased_13/4369.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/util/langhelpers.py
test/dialect/oracle/test_dialect.py
test/requirements.py