]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The generated index name also is based on
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Aug 2010 05:12:03 +0000 (01:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Aug 2010 05:12:03 +0000 (01:12 -0400)
commitb2c0b50bbfa43f662afd16b7ca51bcfe17e4c351
treed98573e0d6ed5308cde1c6aa32709afa86f0d7fc
parent2f844f231cbcd86dad5d4094565858424ea2c3c7
- The generated index name also is based on
a "max index name length" attribute which is
separate from the "max identifier length" -
this to appease MySQL who has a max length
of 64 for index names, separate from their
overall max length of 255.  [ticket:1412]
CHANGES
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/sql/compiler.py
test/dialect/test_mysql.py
test/sql/test_constraints.py