[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Repair _execute_scalar for WITH_UNICODE mode
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-03-13 18:58:05
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/957089f79e4b/ Changeset: 957089f79e4b Branch: rel_1_1 User: zzzeek Date: 2017-03-13 18:34:43+00:00 Summary: 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 Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |