]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added a version check to the MySQLdb dialect surrounding the
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 16 Dec 2014 22:02:48 +0000 (17:02 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 16 Dec 2014 22:03:34 +0000 (17:03 -0500)
commit10f855f3184a79d58950f4e5cb59b86c81d38fe5
treec9d34c3ad6f01217aedf02ed140c6907f3cee6be
parentf63745dc525e352f72194f3d19f20c72725d99c8
- Added a version check to the MySQLdb dialect surrounding the
check for 'utf8_bin' collation, as this fails on MySQL server < 5.0.
fixes #3274

(cherry picked from commit 00aaaa4bd4aa150ff9964bf2c00b1404d2e8a140)
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/mysql/mysqldb.py