github sqlalchemy/alembic rel_1_10_1
1.10.1

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

1.10.1

Released: March 6, 2023

bug

  • [bug] [postgresql] Fixed issue regarding PostgreSQL ExcludeConstraint, where
    constraint elements which made use of literal_column() could not be
    rendered for autogenerate. Additionally, using SQLAlchemy 2.0.5 or greater,
    text() constructs are also supported within PostgreSQL
    ExcludeConstraint objects for autogenerate render. Pull request
    courtesy Jan Katins.

    References: #1184

  • [bug] [batch] [regression] Fixed regression for 1.10.0 where Constraint objects were
    suddenly required to have non-None name fields when using batch mode, which
    was not previously a requirement.

    References: #1195

Don't miss a new alembic release

NewReleases is sending notifications on new releases.