From 96d6791df5444e31408a07ef24e6f89209b6eb66 Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Thu, 26 Jan 2012 11:06:30 -0600 Subject: [PATCH] issue 635 nbjahan --- VERSION | 2 +- gluon/dal.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index aa53d6f0..435e1d55 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.4 (2012-01-26 10:58:26) stable +Version 1.99.4 (2012-01-26 11:06:17) stable diff --git a/gluon/dal.py b/gluon/dal.py index 76167408..63619b6e 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -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[^:@]+)(\:(?P[^@]*))?@(?P[^\:/]+)(\:(?P[0-9]+))?/(?P[^\?]+)(\?(?P.*))?$').match(uri) if not m: