0.1.1
0.1.1
Released: Wed Jan 04 2012
-
[bug] Clean up file write operations so that
file handles are closed. -
[feature] PyPy is supported.
-
[feature] Python 2.5 is supported, needs
future.with_statement -
[bug] Fix autogenerate so that "pass" is
generated between the two comments
if no net migrations were present. -
[bug] Fix autogenerate bug that prevented
correct reflection of a foreign-key
referenced table in the list of "to remove".References: #16
-
[bug] Fix bug where create_table() didn't
handle self-referential foreign key
correctlyReferences: #17
-
[bug] Default prefix for autogenerate
directives is "op.", matching the
mako templates.References: #18
-
[feature] Add alembic_module_prefix argument
to configure() to complement
sqlalchemy_module_prefix.References: #18
-
[bug] fix quotes not being rendered in
ForeignKeConstraint during
autogenerateReferences: #14