]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Fixed bug where the "source_schema" argument was not correctly passed
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Nov 2014 16:46:37 +0000 (11:46 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Nov 2014 16:46:37 +0000 (11:46 -0500)
commitd1aab7697dda14a7106fb2772e41e7b028cc6315
treeec04cb6baaab5e81bad87c78da848a81a90377e7
parentf5c2b9725918a7688b8e1aa0e4264ce1d99a9384
- Fixed bug where the "source_schema" argument was not correctly passed
when calling :meth:`.BatchOperations.create_foreign_key`.  Pull
request courtesy Malte Marquarding.
- add tests
docs/build/changelog.rst
tests/test_batch.py