github sqlalchemy/alembic rel_1_6_5
1.6.5

latest releases: rel_1_16_5, rel_1_16_4, rel_1_16_3...
4 years ago

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

Don't miss a new alembic release

NewReleases is sending notifications on new releases.