]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Added/fixed support for MySQL "SET DEFAULT" / "DROP DEFAULT" phrases,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Mar 2014 23:26:21 +0000 (19:26 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Mar 2014 23:26:21 +0000 (19:26 -0400)
commitb61eccce5e45651ccdb25e61dbfce6b7af0ebe89
treed07ae8776e0f7b3a6d1975bf4e59ce64580ac801
parenta9426a4ec4f14aa12c17f22505771a484c87c304
- Added/fixed support for MySQL "SET DEFAULT" / "DROP DEFAULT" phrases,
which will now be rendered if only the server default is changing
or being dropped (e.g. specify None to alter_column() to indicate
"DROP DEFAULT").  Also added support for rendering MODIFY rather than
CHANGE when the column name isn't changing.
fixes #103
alembic/ddl/mysql.py
docs/build/changelog.rst
tests/test_mysql.py