Mercurial > sqlpython
changeset 475:8937b1476c42
stopped removing colon_between_username_and_password
author | catherine@Drou |
---|---|
date | Tue, 09 Mar 2010 23:27:16 -0500 |
parents | f29923ac1119 |
children | 4bd3145bff1b |
files | sqlpython/connections.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sqlpython/connections.py Fri Mar 05 15:35:01 2010 -0500 +++ b/sqlpython/connections.py Tue Mar 09 23:27:16 2010 -0500 @@ -136,7 +136,6 @@ colon_between_username_passwd = re.compile(r':(?=[^/]+@)') def gerald_uri(self): result = self.uri().split('?mode=')[0] - result = self.colon_between_username_passwd.sub('/', result) result = result.replace('://', ':/') return result def determine_rdbms(self):