github sqlalchemy/alembic rel_1_6_3
1.6.3

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

1.6.3

Released: May 21, 2021

bug

  • [bug] [autogenerate] [regression] Fixed 1.6-series regression where UniqueConstraint and to a lesser
    extent Index objects would be doubled up in the generated model when
    the unique=True / index=True flags were used.

    References: #844

  • [bug] [autogenerate] Fixed a bug where paths defined in post-write hook options
    would be wrongly escaped in non posix environment (Windows).

    References: #839

  • [bug] [regression] [versioning] Fixed regression where a revision file that contained its own down revision
    as a dependency would cause an endless loop in the traversal logic.

    References: #843

Don't miss a new alembic release

NewReleases is sending notifications on new releases.