issue 635 nbjahan

This commit is contained in:
Massimo Di Pierro
2012-01-26 11:06:30 -06:00
parent 937559bdfb
commit 96d6791df5
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.4 (2012-01-26 10:58:26) stable
Version 1.99.4 (2012-01-26 11:06:17) stable
+2 -1
View File
@@ -2270,7 +2270,8 @@ class MSSQLAdapter(BaseAdapter):
except SyntaxError, e:
logger.error('NdGpatch error')
raise e
cnxn = 'DSN=%s' % dsn
# was cnxn = 'DSN=%s' % dsn
cnxn = dsn
else:
m = re.compile('^(?P<user>[^:@]+)(\:(?P<password>[^@]*))?@(?P<host>[^\:/]+)(\:(?P<port>[0-9]+))?/(?P<db>[^\?]+)(\?(?P<urlargs>.*))?$').match(uri)
if not m: