You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It's possible for a single token to be composed of multiple words, like union all, select top 25, not in, etc. We parse those tokens even if they contain newlines or extra whitespace, like union\n\n all, but we don't then remove those extra characters from the formatted output
To Reproduce
union
all
Expected behavior
union all
Actual behavior
union
all
Additional context
What is the output of sqlfmt --version?
0.9.0
The text was updated successfully, but these errors were encountered:
Describe the bug
It's possible for a single token to be composed of multiple words, like
union all
,select top 25
,not in
, etc. We parse those tokens even if they contain newlines or extra whitespace, likeunion\n\n all
, but we don't then remove those extra characters from the formatted outputTo Reproduce
union all
Expected behavior
union all
Actual behavior
union all
Additional context
What is the output of
sqlfmt --version
?0.9.0
The text was updated successfully, but these errors were encountered: