Skip to content

Commit

Permalink
Merge pull request #196 from clach04/patch-1
Browse files Browse the repository at this point in the history
Actian Avalanche, Actian X, Ingres, and Vector support
  • Loading branch information
catherinedevlin authored Jun 29, 2021
2 parents ee7e209 + a684573 commit 12f9742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sql/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def fetchmany(size):

# some dialects have autocommit
# specific dialects break when commit is used:
_COMMIT_BLACKLIST_DIALECTS = ("mssql", "clickhouse", "teradata", "athena", "vertica")
_COMMIT_BLACKLIST_DIALECTS = ("athena", "clickhouse", "ingres", "mssql", "teradata", "vertica")


def _commit(conn, config):
Expand Down

0 comments on commit 12f9742

Please sign in to comment.