]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Revert "Replace custom URL-encoding method with quote_plus"
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Dec 2023 18:57:23 +0000 (13:57 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Dec 2023 18:57:23 +0000 (13:57 -0500)
commit1acca3d6c6cf035c36ddfa1f281b4932ace18b24
treefe20eb14e65a9fc42305ced8f69882e5577de60d
parentb7b0538fa88826add2217342fa89f2dba5a40f54
Revert "Replace custom URL-encoding method with quote_plus"

This reverts commit b80e17c3f3e21059ba1a425d75bf3e0f9384d4d2.

our URL parsing does not interpret plus signs as spaces in the password.
so we cannot use this function as is
doc/build/changelog/unreleased_21/10662.rst [deleted file]
lib/sqlalchemy/engine/url.py
test/engine/test_parseconnect.py