]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Fixed critical issue where a complex series of branches/merges would
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Jul 2015 16:37:35 +0000 (12:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Jul 2015 16:38:00 +0000 (12:38 -0400)
commit61183b7a963e9191ab5f12fef888af73b8efc8cc
treea2e4b5c975052d01df0ec152d5ee010dc996c737
parent849996a680740813e8e21cefd6a1ab5bb3775bd6
- Fixed critical issue where a complex series of branches/merges would
bog down the iteration algorithm working over redundant nodes for
millions of cycles.   An internal adjustment has been
made so that duplicate nodes are skipped within this iteration.
fixes #310
alembic/revision.py
docs/build/changelog.rst
tests/_large_map.py [new file with mode: 0644]
tests/test_revision.py