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
<=>
Describe the bug The <=> operator is not getting formatted correctly.
To Reproduce
select * from foo join bar on foo.baz <=> bar.baz
Expected behavior
Actual behavior
select * from foo join bar on foo.baz <= > bar.baz
Additional context Running v0.18.0 on a pre-commit hook.
- repo: https://github.com/tconbeer/sqlfmt rev: v0.18.0 hooks: - id: sqlfmt language_version: python additional_dependencies: [".[jinjafmt]"]
The text was updated successfully, but these errors were encountered:
This should be an easy fix. What is this operator? I don't think it's Postgres-compatible?
Sorry, something went wrong.
null safe equal not sure about postgres compatibility
Huh. Thanks!
Successfully merging a pull request may close this issue.
Describe the bug
The
<=>
operator is not getting formatted correctly.To Reproduce
Expected behavior
Actual behavior
Additional context
Running v0.18.0 on a pre-commit hook.
The text was updated successfully, but these errors were encountered: