diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-03-13 12:27:51 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-03-13 14:16:42 -0400 |
| commit | fb33f9c54be842e191c893c91b3233cd1ae545bc (patch) | |
| tree | eb82e447b4a88c71764b579b192ebf201b6efd26 /tox.ini | |
| parent | 1da9d3752160430c91534a8868ceb8c5ad1451d4 (diff) | |
| download | sqlalchemy-fb33f9c54be842e191c893c91b3233cd1ae545bc.tar.gz | |
Repair _execute_scalar for WITH_UNICODE mode
cx_Oracle 5.3 seems to code this flag ON now, so
remove the warning and ensure WITH_UNICODE handling works.
Additionally, the XE setup on jenkins is having more
problems here, in particular low-connections mode is
causing cx_Oracle to fail more frequently now. Turning
off low-connections fixes those but then we get the
TNS errors, so adding an emergency "retry" flag that
is not yet a feature available to users. Real world
applications are not dropping/creating thousands of
tables the way our test suite is.
Change-Id: Ie95b0e697276c404d3264c2e624e870463d966d6
Fixes: #3937
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ setenv= sqlite: SQLITE=--db sqlite postgresql: POSTGRESQL=--db postgresql mysql: MYSQL=--db mysql --db pymysql - oracle: ORACLE=--db oracle --low-connections --write-idents oracle_idents.txt + oracle: ORACLE=--db oracle --write-idents oracle_idents.txt mssql: MSSQL=--db pyodbc --db pymssql backendonly: BACKENDONLY=--backend-only |
