Skip to content

Commit e096684

Browse files
committed
Added Teradata to the autocommit blacklist
1 parent 759de86 commit e096684

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)