Tomas Pokorny
Tomas Pokorny
I've noticed there were multiple issues already solving this issue for individual keywords (e.g. https://github.com/andialbrecht/sqlparse/issues/507, https://github.com/andialbrecht/sqlparse/issues/446), closed by extending this list of keywords: https://github.com/andialbrecht/sqlparse/blob/3bc7d93254cbef71bdef91905f1814201a1b1f02/sqlparse/keywords.py#L52 I found this issue while searching...
Hi! We were solving this in my company for the Presto client, I guess it'll be very similar for Trino. In the end, we ended with something like this: ...