rel_1_6_3
版本发布时间: 2021-05-22 04:52:45
sqlalchemy/alembic最新发布版本:rel_1_13_2(2024-06-26 23:46:26)
1.6.3
Released: May 21, 2021
bug
-
[bug] [autogenerate] [regression] Fixed 1.6-series regression where
UniqueConstraint
and to a lesser extentIndex
objects would be doubled up in the generated model when theunique=True
/index=True
flags were used.References: #844
-
[bug] [autogenerate] Fixed a bug where paths defined in post-write hook options would be wrongly escaped in non posix environment (Windows).
References: #839
-
[bug] [regression] [versioning] Fixed regression where a revision file that contained its own down revision as a dependency would cause an endless loop in the traversal logic.
References: #843