github sqlalchemy/alembic rel_1_10_4
1.10.4

latest releases: rel_1_14_0, rel_1_13_3, rel_1_13_2...
20 months ago

1.10.4

Released: April 24, 2023

bug

  • [bug] [operations] Fixed issue where using a directive such as op.create_foreign_key() to
    create a self-referential constraint on a single table where the same
    column were present on both sides (e.g. within a composite foreign key)
    would produce an error under SQLAlchemy 2.0 and a warning under SQLAlchemy
    1.4 indicating that a duplicate column were being added to a table.

    References: #1215

misc

  • [autogenerate] [postgresql] Added support for autogenerate comparison of indexes on PostgreSQL which
    include SQL sort option, such as ASC or NULLS FIRST.

    References: #1213

Don't miss a new alembic release

NewReleases is sending notifications on new releases.