]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- MySQL dialect doesn't emit CAST() for MySQL version
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 19 Jun 2010 17:21:19 +0000 (13:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 19 Jun 2010 17:21:19 +0000 (13:21 -0400)
commit17073a015546f9fe0ce09e668e9e318269c09a2a
tree4157fc1c9ffe89cde0163b744b0876d22179ba61
parentfc7674bcc8b18b3e218c248d34d6755b7e14383d
- MySQL dialect doesn't emit CAST() for MySQL version
detected < 4.0.2.  This allows the unicode
check on connect to proceed. [ticket:1826]
CHANGES
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/test_mysql.py