]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Fixed bug in batch where if the target table contained multiple
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Dec 2014 19:02:14 +0000 (14:02 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Dec 2014 19:02:14 +0000 (14:02 -0500)
commitb20ad56cabbdd236ec5bc20f5b84eaf049b6deed
treebd0000eacb7e1a704d5a7713cb91baf5ec949b1a
parent206143c9b1f5fe138bb31c33054acee11bcbdb63
- Fixed bug in batch where if the target table contained multiple
foreign keys to the same target table, the batch mechanics would
fail with a "table already exists" error.  Thanks for the help
on this from Lucas Kahlert. fixes #254
alembic/batch.py
docs/build/changelog.rst
tests/test_batch.py