]> 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:57 +0000 (10:56 -0400)
commit6f9a8034ca20c5bb92b58068c279e0300f3dda10
treef994818033ee46b52418d39c09ccc7798e777c90
parent01eb52b516f19bb9b8aef4b8657a27c14063aad5
- 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