]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Fixed bug in batch mode where the ``batch_op.create_foreign_key()``
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 12 Aug 2015 15:46:08 +0000 (11:46 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 12 Aug 2015 15:46:08 +0000 (11:46 -0400)
commit1458041accd038e54d58df3272736e2460360269
treea18ef36fc7eb2b26447adb6e17b8d63ef64f3600
parenteb077a6c8d2c468736ba537eb1ab5400c9059aad
- Fixed bug in batch mode where the ``batch_op.create_foreign_key()``
directive would be incorrectly rendered with the source table and
schema names in the argument list.
fixes #315
alembic/autogenerate/render.py
docs/build/changelog.rst
tests/test_autogen_composition.py
tests/test_autogen_render.py