]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] Added support for MySQL index and
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Mar 2012 21:32:13 +0000 (14:32 -0700)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Mar 2012 21:32:13 +0000 (14:32 -0700)
commit667f8f83fe2d41a7b53d854b3dbc45bd2cd9fbb0
tree88e64857d240fce20cabd5aa7426c269a88af03c
parent0b97ba8a1410447797c0a1d049b2cfb6cc066ff3
- [feature] Added support for MySQL index and
primary key constraint types
(i.e. USING) via new mysql_using parameter
to Index and PrimaryKeyConstraint,
courtesy Diana Clarke.  [ticket:2386]
CHANGES
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/schema.py
test/dialect/test_mysql.py