laughingman7743 / PyAthena

PyAthena is a Python DB API 2.0 (PEP 249) client for Amazon Athena.
MIT License
457 stars 102 forks source link

Add support for UPDATE and MERGE operation in formatter #536

Closed Oskar-Bonde closed 2 months ago

Oskar-Bonde commented 2 months ago

Currently the formatter doesn't escape single quotes when the operation is MERGE or UPDATE. With this change MERGE and UPDATE update operations will be formatted with the _escape_presto instead of _escape_hive

Oskar-Bonde commented 2 months ago

Linked to issue #537