]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove deprecation warnings mysql5 7 20
authorDaniel Thorell <(none)>
Fri, 20 Oct 2017 16:59:55 +0000 (12:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Oct 2017 22:29:23 +0000 (18:29 -0400)
commit41cfe44b5e5806b3d3b13949e41dbb347bfa29e1
tree70ef2944828e76163f64b0d929991c9586d01ec4
parent55b511c3960cad636ff1e512594368a36a85ce5c
Remove deprecation warnings mysql5 7 20

MySQL 5.7.20 now warns for use of the @tx_isolation variable; a version
check is now performed and uses @transaction_isolation instead
to prevent this warning.

Co-authored by: Mike Bayer <mike_mp@zzzcomputing.com>
Fixes: #4120
Change-Id: I4d2e04df760c5351a71dde8b32145cdc69fa6115
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/391
doc/build/changelog/unreleased_11/4120.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/base.py