mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-08 08:36:48 -04:00
2800e34710
:func:`.make_url` function **no longer URL encode the password**. Database passwords that include characters like spaces, plus signs and anything else should now represent these characters directly, without any URL escaping. [ticket:2873]