diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-06-18 17:42:29 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-06-18 17:42:29 -0400 |
| commit | ef78334c0f48ac6ef3390010ba93f6c1a0fa0a77 (patch) | |
| tree | 6cf03401377cd2e1cb79380a1eb2dad12be348f0 /setup.py | |
| parent | b1fcd837974a052e46455af99e0a1f18f7074bd8 (diff) | |
| download | sqlalchemy-ef78334c0f48ac6ef3390010ba93f6c1a0fa0a77.tar.gz | |
Add oracle, mssql to profiling
As we are changing Oracle typing *again*, we should start tracking
if we trip over a big performance hit on the unicode stuff.
Change-Id: I72719cca4b9424171b32e1f2e58d655426e3bbba
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -161,7 +161,8 @@ def run_setup(with_cext): 'postgresql_psycopg2cffi': ['psycopg2cffi'], 'oracle': ['cx_oracle'], 'mssql_pyodbc': ['pyodbc'], - 'mssql_pymssql': ['pymssql'] + 'mssql_pymssql': ['pymssql'], + 'mssql': ['pyodbc'], }, **kwargs ) |
