]> 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:23 +0000 (10:56 -0400)
commita46932422b9bc7422e86b7d7db9fb753136730e0
tree91d1f03bf3149ec1527b70ae91f2d321c1d335fe
parent33cb84945f5277a3cf090b73b218abc583d292fc
- 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