We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb0aea commit ee86ab7Copy full SHA for ee86ab7
pyhive/sqlalchemy_presto.py
@@ -77,6 +77,7 @@ class PrestoDialect(default.DefaultDialect):
77
supports_pk_autoincrement = False
78
supports_default_values = False
79
supports_empty_insert = False
80
+ supports_multivalues_insert = True
81
supports_unicode_statements = True
82
supports_unicode_binds = True
83
returns_unicode_strings = True
0 commit comments