github sqlalchemy/alembic rel_1_0_2
1.0.2

latest releases: rel_1_15_2, rel_1_15_1, rel_1_15_0...
5 years ago

1.0.2

Released: October 31, 2018

  • [autogenerate] [bug] The system=True flag on Column, used primarily in conjunction
    with the Postgresql "xmin" column, now renders within the autogenerate
    render process, allowing the column to be excluded from DDL. Additionally,
    adding a system=True column to a model will produce no autogenerate diff as
    this column is implicitly present in the database.

    References: #515

  • [bug] [mssql] Fixed issue where usage of the SQL Server mssql_include option within a
    Operations.create_index() would raise a KeyError, as the additional
    column(s) need to be added to the table object used by the construct
    internally.

    References: #513

Don't miss a new alembic release

NewReleases is sending notifications on new releases.