Skip to content

Commit

Permalink
[db-manager] Fix max recursion limit in rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 3, 2018
1 parent c90da0e commit 947a199
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/plugins/db_manager/db_plugins/connector.py
Expand Up @@ -172,8 +172,6 @@ def _rollback(self):
raise ConnectionError(e)

except self.execution_error_types() as e:
# do the rollback to avoid a "current transaction aborted, commands ignored" errors
self._rollback()
raise DbError(e)

def _get_cursor_columns(self, c):
Expand Down

0 comments on commit 947a199

Please sign in to comment.