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
Using the range operators for set inclusion such as tsrange @> timestamp in a query results in the logged SQL to display @> as @ >
tsrange @> timestamp
@>
@ >
ex: the mangled display
SELECT * from foo WHERE foo.time_range @ > now()::timestamp
The text was updated successfully, but these errors were encountered:
Bump sqlformat to 0.2.0
47eb7b4
Fixes launchbadge#2024
Bump sqlformat to 0.2.0 (#2025)
c4f1816
Fixes #2024
Successfully merging a pull request may close this issue.
Using the range operators for set inclusion such as
tsrange @> timestamp
in a query results in the logged SQL to display@>
as@ >
ex: the mangled display
The text was updated successfully, but these errors were encountered: