We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
union distinct
distinct
Originally posted by paschmaria May 4, 2023 Describe the bug distinct shouldn't be on the next line for union distinct
To Reproduce
select * from table_a union distinct select * from table_b
Expected behavior
Actual behavior
Additional context
What is the output of sqlfmt --version?
sqlfmt, version 0.18.1
The text was updated successfully, but these errors were encountered:
fix #417: parse union distinct correctly
6e9615c
fix #417: parse union distinct correctly (#420)
b50aec9
* fix #417: parse union distinct correctly * chore: bump primer refs
Successfully merging a pull request may close this issue.
Discussed in #416
Originally posted by paschmaria May 4, 2023
Describe the bug
distinct shouldn't be on the next line for
union distinct
To Reproduce
Expected behavior
Actual behavior
Additional context
What is the output of sqlfmt --version?
sqlfmt, version 0.18.1
The text was updated successfully, but these errors were encountered: