@@ operator splitting in Postgres
kkarasev1 opened this issue · 2 comments
kkarasev1 commented
The @@ operator is used in PostgreSQL for text search
https://www.postgresql.org/docs/13/functions-textsearch.html
However, the formatter obtained by SqlFormatter.of(Dialect.PostgreSql) splits those two @ symbols with space, making a query using that operator invalid.
kkarasev1 commented
This looks to be the same issue as #38 but for different operator - the same workaround works
vertical-blank commented
Fixed by #48