]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Add + to illegal revision characters list
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Sep 2017 00:25:43 +0000 (20:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Sep 2017 00:25:43 +0000 (20:25 -0400)
commitb6a0ba0164b2d2d786ec2e3b5e06349018897f0f
tree3000d6e9b5f86c7f83562597fe7e3ea4b3e91df5
parent9b5f12a0a3f6b83bccb19c23e0c95b17d7ec8ae3
Add + to illegal revision characters list

An addition to :ticket:`441` fixed in 0.9.5, we forgot to also filter
for the ``+`` sign in migration names which also breaks due to the relative
migrations feature.

Change-Id: I94d3882e84ba13e7569b47230dc9422a8ac6408c
Fixes: #445
alembic/script/revision.py
docs/build/unreleased/441.rst [new file with mode: 0644]
tests/test_script_production.py