Skip to content

0.1.1

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

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
    correctly

    References: #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
    autogenerate

    References: #14