On Sat, Dec 2, 2017 at 1:12 AM, Josh Anyan <[email protected]> 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.
>
>
> dialects/mysql/base.py?rel_1_2_0b2 vs dialects/mysql/base.py?rel_1_1
>
> The relevant commit can likely be applied to the 1.2 branch as well.
>
> Would you like a pull request for this or would it be easier to grab the
> commit and apply it yourself?

1.2.0 final hasn't been released and the fix is subsequent to 1.2.0b3.
I wasn't planning a 1.2.0b4 (though we are very delayed so I might
change my mind on that) but please use the master from github for now.
(or just disable the warning).








>
> --
> Josh A.
>
> --
> SQLAlchemy -
> The Python SQL Toolkit and Object Relational Mapper
>
> http://www.sqlalchemy.org/
>
> To post example code, please provide an MCVE: Minimal, Complete, and
> Verifiable Example. See http://stackoverflow.com/help/mcve for a full
> description.
> ---
> You received this message because you are subscribed to the Google Groups
> "sqlalchemy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/sqlalchemy.
> For more options, visit https://groups.google.com/d/optout.

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to