]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The :func:`.create_engine` routine and the related
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Nov 2013 23:11:37 +0000 (18:11 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Nov 2013 23:11:37 +0000 (18:11 -0500)
commit2800e34710672b408fa4a7bdd6d58d63a7128f04
treea2108d949abe6cc97b8766b4b73022be30bb3318
parent579f09974b4813f35fe0c701bbf678d5eccc4aeb
- The :func:`.create_engine` routine and the related
: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]
doc/build/changelog/changelog_09.rst
doc/build/changelog/migration_09.rst
lib/sqlalchemy/engine/url.py
test/engine/test_parseconnect.py