[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The :func:`.create_engine` routine and the relate
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-11-24 23:12:27
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2800e3471067/ Changeset: 2800e3471067 Branch: None User: zzzeek Date: 2013-11-25 00:11:37 Summary: - 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] Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |