Skip to content

Commit 2808f11

Browse files
Merge pull request #115 from RemiTurpaud/teradata
Added Teradata to the autocommit blacklist
2 parents 759de86 + e096684 commit 2808f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sql/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def __init__(self, cursor, headers):
305305

306306
# some dialects have autocommit
307307
# specific dialects break when commit is used:
308-
_COMMIT_BLACKLIST_DIALECTS = ('mssql', 'clickhouse')
308+
_COMMIT_BLACKLIST_DIALECTS = ('mssql', 'clickhouse', 'teradata')
309309

310310

311311
def _commit(conn, config):

0 commit comments

Comments
 (0)