We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e5b72 commit 6a1973cCopy full SHA for 6a1973c
python/plugins/db_manager/db_plugins/connector.py
@@ -80,7 +80,7 @@ def _execute(self, cursor, sql):
80
if cursor is None:
81
cursor = self._get_cursor()
82
try:
83
- cursor.execute(str(sql))
+ cursor.execute(sql)
84
85
except self.connection_error_types() as e:
86
raise ConnectionError(e)
0 commit comments