]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Consider mysql partition options separately from other table options
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Apr 2017 00:59:42 +0000 (20:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Apr 2017 16:12:26 +0000 (12:12 -0400)
commit93b11905e599a6d73a85d2085e15385ebf46cdc6
tree5d6b770d7e5513cc180d264836fb23811f3755f0
parent764126039cd25044f0eefd002bb6b49065eed3ce
Consider mysql partition options separately from other table options

Move down all the PARTITION, SUBPARTITION options
into a separate segment so that they come out at the
end of CREATE TABLE after the table options.

Change-Id: Iaa1c823848c93680ca22d72bda1b7c49742b9060
Fixes: #3961
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/mysql/test_compiler.py