Artem Bezborodko

Results 1 issues of Artem Bezborodko

I am trying to parse an SQL query: ``` do $$ declare content_count int = 10; begin /*comment*/ select 1; end; $$ ``` sqlformat.org parse and highlight it correctly: ![image](https://github.com/andialbrecht/sqlparse/assets/12968820/f9a04bf9-88c2-42b7-abc3-9439df973c9d)...