]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Fixed bug where in the erroneous case that alembic_version contains
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Aug 2015 23:18:30 +0000 (19:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Aug 2015 23:18:30 +0000 (19:18 -0400)
commite155fa69a628a89215f2ef843393d4f9f4dde758
treeb2d35bf4918b845b8877b3c2a1522707f8860c3c
parent0d38962a5e29a591e8e7c5788be05e13eef6f452
- Fixed bug where in the erroneous case that alembic_version contains
duplicate revisions, some commands would fail to process the
version history correctly and end up with a KeyError.   The fix
allows the versioning logic to proceed, however a clear error is
emitted later when attempting to update the alembic_version table.
fixes #314
alembic/script/revision.py
alembic/util/__init__.py
alembic/util/langhelpers.py
docs/build/changelog.rst
tests/test_command.py
tests/test_revision.py