Open innermatrix opened 1 year ago
Input data
Which SQL and options did you provide as input?
grant select on t to r; grant select, insert, update, delete on t to r;
Expected Output
Actual Output
grant select on t to r; grant select , insert, update, delete on t to r;
Usage
npx sql-formatter -l postgresql file.sql
postgres
12.2.0
Thanks for reporting.
Unfortunately this is another issue that's unlikely to get fixed with the current formatter architecture.
Input data
Which SQL and options did you provide as input?
Expected Output
Actual Output
Usage
npx sql-formatter -l postgresql file.sql
postgres
12.2.0