Re: [sqlalchemy] MySQL tx_isolation fixed in 1.1 but not in 1.2

2017-12-03 Thread Mike Bayer
On Sat, Dec 2, 2017 at 1:12 AM, Josh Anyan wrote: > > > cursor.execute('SELECT @@tx_isolation') generates a warning with MySQL 5.7+ > > > That warning has been fixed in 1.1. But there seems to be a regression with > 1.2 in that the fix is no longer present. > > >

[sqlalchemy] MySQL tx_isolation fixed in 1.1 but not in 1.2

2017-12-01 Thread Josh Anyan
cursor.execute('SELECT @@tx_isolation') generates a warning with MySQL 5.7+ That warning has been fixed in 1.1. But there seems to be a regression with 1.2 in that the fix is no longer present. dialects/mysql/base.py?rel_1_2_0b2