sqlformat-rs
sqlformat-rs copied to clipboard
Several PostgreSQL operators are incorrectly split in two
Some examples I've encountered:
| Before | After |
|---|---|
<-> |
< -> |
<=> |
<= > |
&& |
& & |
@> |
@ > |
There are probably many more. I think the formatter should avoid splitting adjacent symbols like this entirely.