]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
ensure heads remain unique in topological
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 May 2021 18:17:53 +0000 (14:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 May 2021 18:17:53 +0000 (14:17 -0400)
commit8d5a9a1b0d32fff5726010afffa48cc0fb738238
treed317665f5531aad7fb507e45273eed68da62ba28
parent361076e847c7c60dd00438f1a612aba799e90b1d
ensure heads remain unique in topological

Fixed regression where a revision file that contained its own down revision
as a dependency would cause an endless loop in the traversal logic.

Change-Id: Ie8bd3b4d9f81e4bda131ffdbabe7a90c4a715054
Fixes: #843
alembic/script/revision.py
docs/build/unreleased/843.rst [new file with mode: 0644]
tests/test_revision.py
tests/test_version_traversal.py