sqlformat-rs icon indicating copy to clipboard operation
sqlformat-rs copied to clipboard

Several PostgreSQL operators are incorrectly split in two

Open Diggsey opened this issue 1 year ago • 0 comments

Some examples I've encountered:

Before After
<-> < ->
<=> <= >
&& & &
@> @ >

There are probably many more. I think the formatter should avoid splitting adjacent symbols like this entirely.

Diggsey avatar Sep 10 '24 22:09 Diggsey