]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
implement revision_environment for merge
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Aug 2023 19:39:38 +0000 (15:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Aug 2023 19:39:38 +0000 (15:39 -0400)
commitf4d439e1db4fb10caa371644a288d7719f1a81a0
treea9cb409787f23f7aadbd419c6b2267a442d08808
parentbf6f14907b72db76ac23635789754489e3208655
implement revision_environment for merge

Fixed issue where the ``revision_environment`` directive in ``alembic.ini``
was ignored by the ``alembic merge`` command, leading to issues when other
configurational elements depend upon ``env.py`` being invoked within the
command.

Change-Id: Ifc6e2ae2197f61b8415cb0460854cc74ff9dc4cd
Fixes: #1299
alembic/command.py
docs/build/unreleased/1299.rst [new file with mode: 0644]
tests/test_command.py