]> 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:42:29 +0000 (10:42 -0400)
commit5b34463cb6e0ef28c5a95b5c5b93e36b13d110d6
treec3ebedeb337ac7f2bd9e80bee5eebc899f698069
parentd57415643091f6064eded08fd39539f6d9d67d8e
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
(cherry picked from commit 28edc2604a96d5ecd8318232c95a034433aa07d1)
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/testing/engines.py