Merge pull request #183 from bryanherger/master

Fix upstream issue 148 with vertica dialect
pull/193/head
Catherine Devlin 2021-03-14 09:43:39 -04:00 committed by GitHub
commit 90c992eb47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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