issue 635 nbjahan
This commit is contained in:
@@ -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
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user