laughingman7743 / PyAthena

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

Formatter does not escape single quotes when operation is MERGE or UPDATE #537

Closed Oskar-Bonde closed 2 months ago

Oskar-Bonde commented 2 months ago

Currently strings with single quotes are not formatted correctly when the operation is MERGE or UPDATE. Created pull request #536 to solve this issue.

laughingman7743 commented 2 months ago

https://github.com/laughingman7743/PyAthena/releases/tag/v3.7.0 https://pypi.org/project/PyAthena/3.7.0/ I just released v3.7.0.