]> 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:35:34 +0000 (12:35 -0400)
commitf1ffcc717fdf59c7f1a4bf124c9e701bbb2c2b5a
tree424915d8ee46b01011033b956d54393e1fa65b6d
parentda28e8f72313d69c0f8c90ccbdb130687e2f9a38
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
(cherry picked from commit 93b11905e599a6d73a85d2085e15385ebf46cdc6)
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/mysql/test_compiler.py