Closed
Description
Describe the bug
echo "select 'a' operator(public.=) 'A';" | npx sql-formatter -l postgresql
Expected behavior
Useful output
Actual behavior
Failure
Usage
$ npx sql-formatter --version
15.2.0
Yeah, this syntax is weird; unfortunately, it's generated by pg_dump
in some cases, so my scripts that pipe schema dump through sql-formatter
are failing.