]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Use config.db global opts as defaults for all testing_engine()
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Mar 2017 14:13:15 +0000 (10:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Mar 2017 14:13:15 +0000 (10:13 -0400)
commit28edc2604a96d5ecd8318232c95a034433aa07d1
tree14f80cda668a95325ccda65f7b0c88612e1aea96
parent711d29f8e4dc096f5083c075a1f64eb38e2d2e4a
Use config.db global opts as defaults for all testing_engine()

Some options need to be passed to engines in all cases,
such as currently the oracle 12516 workaround.   make sure
calls to testing_engine also set up the dictionary with
defaults even if options is passed.    not clear if this affects
other backends yet.

Change-Id: I5a1f7634e4ce5af6fe55dc21a24db6afacd19bb7
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/testing/engines.py