summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-08-03 19:18:30 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-08-03 19:18:30 -0400
commite155fa69a628a89215f2ef843393d4f9f4dde758 (patch)
treeb2d35bf4918b845b8877b3c2a1522707f8860c3c /docs
parent0d38962a5e29a591e8e7c5788be05e13eef6f452 (diff)
downloadalembic-e155fa69a628a89215f2ef843393d4f9f4dde758.tar.gz
- 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
Diffstat (limited to 'docs')
-rw-r--r--docs/build/changelog.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index e69732e..e1a5a76 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -124,6 +124,15 @@ Changelog
:ref:`alembic.autogenerate.toplevel`
+ .. change::
+ :tags: bug, versioning
+ :tickets: 314
+
+ 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.
.. changelog::
:version: 0.7.7