0.4.1
Released: Sun Dec 9 2012
-
[bug] Added support for autogenerate render of
ForeignKeyConstraint options onupdate,
ondelete, initially, and deferred.References: #92
-
[bug] Autogenerate will include "autoincrement=False"
in the rendered table metadata
if this flag was set to false on the source
Column
object.References: #94
-
[feature] Explicit error message describing the case
when downgrade --sql is used without specifying
specific start/end versions.References: #66
-
[bug] Removed erroneous "emit_events" attribute
from operations.create_table() documentation.References: #81
-
[bug] Fixed the minute component in file_template
which returned the month part of the create date.