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
toOperations.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.