Index(…, mysql_using=…), PrimaryKeyConstraint(…, mysql_using=…)

Issue #2386 resolved
Denis Otkidach created an issue

SQLAlchemy supports index type specification for PostgreSQL in Index, but not for MySQL. PrimaryKeyConstraint doesn't accept dialect-specific parameters at all, so it's not possible to express PRIMARY KEY (field1, field2) USING HASH (in MySQL).

Relevant question on StackOverflow

Comments (6)

  1. Log in to comment