Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 8247ab2

Browse files
authored
Update vertica_python.py
1 parent 873572d commit 8247ab2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sqla_vertica_python/vertica_python.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ class VerticaDialect(PGDialect):
2121
name = 'vertica'
2222
driver = 'vertica_python'
2323

24+
# UPDATE functionality works with the following option set to False
25+
supports_sane_rowcount = False
26+
2427
supports_unicode_statements = True
2528
supports_unicode_binds = True
2629
supports_native_decimal = True

0 commit comments

Comments
 (0)