[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:46:05
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f4ffd058ce5c/ Changeset: f4ffd058ce5c Branch: rel_1_0 User: zzzeek Date: 2016-11-11 18:31:16+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. |