rel_1_6_5
版本发布时间: 2021-05-28 03:50:40
sqlalchemy/alembic最新发布版本:rel_1_13_2(2024-06-26 23:46:26)
1.6.5
Released: May 27, 2021
bug
-
[bug] [autogenerate] Fixed issue where dialect-specific keyword arguments within the
DropIndex
operation directive would not render in the autogenerated Python code. As support was improved for adding dialect specific arguments to directives as part of #803, in particular arguments such as "postgresql_concurrently" which apply to the actual create/drop of the index, support was needed for these to render even in a drop index operation. Pull request courtesy Jet Zhou.References: #849