[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-06-16 22:40:32
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5650a0c30639/ Changeset: 5650a0c30639 Branch: None User: zzzeek Date: 2017-06-16 19:52:46+00:00 Summary: Handle SHOW VARIABLES returning no row MySQL 5.7 has introduced permission limiting for the "SHOW VARIABLES" command; the MySQL dialect will now handle when SHOW returns no row, in particular for the initial fetch of SQL_MODE, and will emit a warning that user permissions should be modified to allow the row to be present. Change-Id: I98e7a69230da397b17eae07b7e9d024fa7aeeb26 Fixes: #4007 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/94a0ed697a12/ Changeset: 94a0ed697a12 Branch: None User: zzzeek Date: 2017-06-16 19:54:47+00:00 Summary: Handle SHOW VARIABLES returning no row MySQL 5.7 has introduced permission limiting for the "SHOW VARIABLES" command; the MySQL dialect will now handle when SHOW returns no row, in particular for the initial fetch of SQL_MODE, and will emit a warning that user permissions should be modified to allow the row to be present. Change-Id: I98e7a69230da397b17eae07b7e9d024fa7aeeb26 Fixes: #4007 (cherry picked from commit 5650a0c306391216a9c9ce1961c5b548e534b5eb) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0b9aa75c0094/ Changeset: 0b9aa75c0094 Branch: rel_1_1 User: zzzeek Date: 2017-06-16 22:39:59+00:00 Summary: Merge "Handle SHOW VARIABLES returning no row" into rel_1_1 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/139cbe4f72e5/ Changeset: 139cbe4f72e5 Branch: master User: zzzeek Date: 2017-06-16 22:40:13+00:00 Summary: Merge "Handle SHOW VARIABLES returning no row" Affected #: 3 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. |