]> 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:02:48 +0000 (17:02 -0500)
commit00aaaa4bd4aa150ff9964bf2c00b1404d2e8a140
tree5fa2259437d22527f03a81c45505eaeea202315b
parentd5f88ee9e51ceeaf4705d3b456b33b779cf25a5c
- 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
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/mysql/mysqldb.py