[Sqlalchemy-tickets] Issue #3932: enable sane_multi_rowcount for cx_oracle (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
From: Michael B. <iss...@bi...> - 2017-03-06 17:32:45
|
New issue 3932: enable sane_multi_rowcount for cx_oracle https://bitbucket.org/zzzeek/sqlalchemy/issues/3932/enable-sane_multi_rowcount-for-cx_oracle Michael Bayer: Per #3926 and testing, it seems cx_oracle supports this now. It's not certain when it did *not* support it, however as the 5.x series is now standard for cx_Oracle it might be safe just to turn it on for any 5.x series detected and assume false for the no-longer-used 4.x series. |