]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- adjustment, the spec says: "Within the user and password field, any ":",
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Nov 2013 19:46:58 +0000 (14:46 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Nov 2013 19:46:58 +0000 (14:46 -0500)
commit6029496bd3fb78caeab349ef8df5b58f058db16e
tree9c218dbec71973452daa585cf1db6caa034e8571
parent2800e34710672b408fa4a7bdd6d58d63a7128f04
- adjustment, the spec says: "Within the user and password field, any ":",
   "@", or "/" must be encoded." - so re-apply encoding to both password
and username, don't encode spaces as plus signs, don't encode any chars
outside of :, @, / on stringification - but we still parse for any
%XX character (is that right?)
doc/build/changelog/changelog_09.rst
doc/build/changelog/migration_09.rst
lib/sqlalchemy/engine/url.py
lib/sqlalchemy/util/__init__.py
lib/sqlalchemy/util/compat.py
test/engine/test_parseconnect.py