]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
dont render URL in unparseable URL error message
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 May 2025 12:34:21 +0000 (08:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 May 2025 12:34:54 +0000 (08:34 -0400)
commit34fee7be2d66de7b6cc7355919cd4e3f83b91b88
tree1d88c2bd96a5283e53bd7dc92600d82351aaa3b0
parentab247a08162f838776631c0662b29d4343206990
dont render URL in unparseable URL error message

The error message that is emitted when a URL cannot be parsed no longer
includes the URL itself within the error message.

Fixes: #12579
Change-Id: Icd17bd4fe0930036662b6a4fe0264cb13df04ba7
(cherry picked from commit aaa28f457eaa3f98c417666b4d0ad4d70ccb1ac0)
doc/build/changelog/unreleased_20/12579.rst [new file with mode: 0644]
lib/sqlalchemy/engine/url.py
test/engine/test_parseconnect.py