Skip to content

1.14.0

Latest
Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 04 Nov 18:44
· 1 commit to main since this release

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