github sqlalchemy/alembic rel_1_14_0
1.14.0

2 months ago

1.14.0

Released: November 4, 2024

usecase

  • [usecase] [runtime] Added a new hook to the DefaultImpl
    DefaultImpl.version_table_impl(). This allows third party dialects
    to define the exact structure of the alembic_version table, to include use
    cases where the table requires special directives and/or additional columns
    so that it may function correctly on a particular backend. This is not
    intended as a user-expansion hook, only a dialect implementation hook to
    produce a working alembic_version table. Pull request courtesy Maciek
    Bryński.

    References: #1560

Don't miss a new alembic release

NewReleases is sending notifications on new releases.