[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Quote URL tokens with semicolons for pyodbc, adodba
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-11-11 19:45:57
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5fba7db9be7a/ Changeset: 5fba7db9be7a Branch: master User: zzzeek Date: 2016-11-11 18:30:25+00:00 Summary: Quote URL tokens with semicolons for pyodbc, adodbapi Fixed bug in pyodbc dialect (as well as in the mostly non-working adodbapi dialect) whereby a semicolon present in the password or username fields could be interpreted as a separator for another token; the values are now quoted when semicolons are present. Change-Id: I5f99fd8db53ebf8e805e7d9d60bc09b8f1af603f Fixes: #3762 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. |