]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where column names added to ``mysql_length`` parameter
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Jun 2014 14:56:23 +0000 (10:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Jun 2014 14:56:52 +0000 (10:56 -0400)
commit4bab5e97b1f4080488caaf830a339c7e8474777a
tree636839360a8c5c8b209ce496e918c4fd51becb84
parent023d818f21ad8ca0c9e2d46768b4986a1a9e53be
- Fixed bug where column names added to ``mysql_length`` parameter
on an index needed to have the same quoting for quoted names in
order to be recognized.  The fix makes the quotes optional but
also provides the old behavior for backwards compatibility with those
using the workaround.
fixes #3085
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/mysql/test_compiler.py