Skip to content

1.0.2

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 17 Sep 22:10

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