You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As str(url) will be changing to obfuscate the PW,
use SQLA 1.3 / 1.4 / 2.0 functionality directly.
Change-Id: I4694cc6d2ed7f0463fe0fae8a93ee9ec5df74760
References: sqlalchemy/sqlalchemy#8567
as predicted, it seems likely that flask-migrate has a regression due to this, see #9225 (reply in thread) where user w/ flask-migrate has sudden authentication failure, yet the database name and driver are being maintained in the URL. suggesting the password has been obfuscated.
Discussed in #8547
working on this in #8563
needs some alembic test suite updates.
This change might be a big bump for some, as it is for us.
The text was updated successfully, but these errors were encountered: