Added resume functionality to -d and fixed logging with -d

This commit is contained in:
Bernardo Damele
2010-04-12 09:35:20 +00:00
parent e0d0913fc6
commit eecee3b274
10 changed files with 33 additions and 25 deletions

View File

@@ -70,8 +70,6 @@ class Connector(GenericConnector):
return None
def execute(self, query):
logger.debug(query)
try:
self.cursor.execute(query)
except (pymssql.OperationalError, pymssql.ProgrammingError), msg: