Skip to content

Commit 59a9719

Browse files
Merge branch 'master' into jstoebel-iss91
2 parents 51b5769 + 2808f11 commit 59a9719

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)