]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Include existing_comment in MySQLChangeColumn
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Aug 2019 02:23:00 +0000 (22:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Aug 2019 02:28:35 +0000 (22:28 -0400)
commit802e62fa40b062fc344b1fbadc151e801f91836c
treea6ffc05780cca1577103bd450cfb061b948f165c
parent8961731820f9c7f905296e5fdcfb57e43d2948eb
Include existing_comment in MySQLChangeColumn

Fixed issue where emitting a change of column name for MySQL did not
preserve the column comment, even if it were specified as existing_comment.

Change-Id: I93a63e5b7c4b629e42088242a9be345de94aa6ea
Fixes: #594
alembic/ddl/mysql.py
docs/build/unreleased/594.rst [new file with mode: 0644]
tests/test_mysql.py