]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Composite PK table on InnoDB where the "autoincrement" column
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Feb 2010 19:28:25 +0000 (19:28 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Feb 2010 19:28:25 +0000 (19:28 +0000)
commit4460f998e3b856e94e870c08cb4ed357027ced00
tree14277a86c0607003e07a1a176e9163afaa860262
parent055ac80eb2ca7676e78d9c8e49c7fe96a74e802c
- Composite PK table on InnoDB where the "autoincrement" column
isn't first will emit an explicit "KEY" phrase within
CREATE TABLE thereby avoiding errors, [ticket:1496]
CHANGES
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/sql/compiler.py
test/dialect/test_mysql.py