[Sqlalchemy-tickets] Issue #4216: MySQL-specific binary warnings (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
From: Michael B. <iss...@bi...> - 2018-03-12 19:01:07
|
New issue 4216: MySQL-specific binary warnings https://bitbucket.org/zzzeek/sqlalchemy/issues/4216/mysql-specific-binary-warnings Michael Bayer: over at https://github.com/PyMySQL/PyMySQL/issues/644 we are starting to deal with the warning that MySQL 5.6/5.7 now render, which is unlikely to be resolved by MySQL and additionally may not be resolvable by drivers either. this issue would require #3981 to implement correctly since this would be a dialect-specific bind expression. |