github sqlalchemy/alembic rel_0_9_5
0.9.5

latest releases: rel_1_15_2, rel_1_15_1, rel_1_15_0...
5 years ago

0.9.5

Released: August 9, 2017

  • [bug] [commands] A CommandError is raised if the "--rev-id" passed to the
    revision() command contains dashes or at-signs, as this interferes
    with the command notation used to locate revisions.

    References: #441

  • [bug] [postgresql] Added support for the dialect-specific keyword arguments
    to Operations.drop_index(). This includes support for
    postgresql_concurrently and others.

    References: #424

  • [bug] [commands] Fixed bug in timezone feature introduced in
    #425 when the creation
    date in a revision file is calculated, to
    accommodate for timezone names that contain
    mixed-case characters in their name as opposed
    to all uppercase. Pull request courtesy Nils
    Philippsen.

Don't miss a new alembic release

NewReleases is sending notifications on new releases.