1.0.2
Released: October 31, 2018
-
[autogenerate] [bug] The
system=Trueflag onColumn, 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_includeoption 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