]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
use new URL api for password obfuscate
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Mar 2021 13:40:27 +0000 (09:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Mar 2021 13:40:27 +0000 (09:40 -0400)
commit00d050b4e4ff711a0730cb5ab39ef655bc55f00a
treeff4490bcda16799744f5edf4631216fb7a5e9c52
parentc18769fb5c491a9f2d389a2bc520a381f2d5ee7a
use new URL api for password obfuscate

Fixed regression caused by SQLAlchemy 1.4 where the "alembic current"
command would fail due to changes in the ``URL`` object.

Change-Id: Ic0023885188c75ace19035adcf4c11c7bd10a843
Fixes: #816
alembic/util/messaging.py
docs/build/unreleased/816.rst [new file with mode: 0644]
tests/test_command.py