Merge branch 'master' into jstoebel-iss91

pull/116/merge
Catherine Devlin 2018-04-05 20:19:06 -04:00
commit 59a9719c26
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ class FakeResultProxy(object):
# some dialects have autocommit
# specific dialects break when commit is used:
_COMMIT_BLACKLIST_DIALECTS = ('mssql', 'clickhouse')
_COMMIT_BLACKLIST_DIALECTS = ('mssql', 'clickhouse', 'teradata')
def _commit(conn, config):