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

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