Skip to content

Commit

Permalink
Enable multivalue insert for presto dialect (#330)
Browse files Browse the repository at this point in the history
supports_multivalues_insert = True
  • Loading branch information
bkyryliuk committed May 7, 2020
1 parent 8eb0aea commit ee86ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyhive/sqlalchemy_presto.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class PrestoDialect(default.DefaultDialect):
supports_pk_autoincrement = False
supports_default_values = False
supports_empty_insert = False
supports_multivalues_insert = True
supports_unicode_statements = True
supports_unicode_binds = True
returns_unicode_strings = True
Expand Down

0 comments on commit ee86ab7

Please sign in to comment.