]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fix 'alembic check' with multidb env
authorNeil Williams <neil@spladug.net>
Wed, 22 Nov 2023 18:51:48 +0000 (13:51 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Nov 2023 19:38:51 +0000 (14:38 -0500)
commitcaa108004c3c2d4c797f7ef91ddc435b3a6b2602
tree76f29dc3efaf839263243fa5a0265b2af7b9a2a8
parentcc4c7217316f878d223007684fd22fe7d642a84d
Fix 'alembic check' with multidb env

Fixed issue where the ``alembic check`` command did not function correctly
with upgrade structures that have multiple, top-level elements, as are
generated from the "multi-env" environment template.  Pull request courtesy
Neil Williams.

Fixes: #1234
Closes: #1365
Pull-request: https://github.com/sqlalchemy/alembic/pull/1365
Pull-request-sha: fc9be8646ef3e822b6cb0ddeecdeb6f2ff1e72eb

Change-Id: I38a1c19000c322e368701fb481899534aecf2cee
alembic/command.py
docs/build/unreleased/1234.rst [new file with mode: 0644]
tests/test_command.py