anbt-sql-formatter icon indicating copy to clipboard operation
anbt-sql-formatter copied to clipboard

A tool for SQL formatting written in Ruby.

Results 1 anbt-sql-formatter issues
Sort by recently updated
recently updated
newest added

When formatting `CASE WHEN THEN` structure `THEN` and `WHEN` from different conditions are put to the same line: ``` pgsql SELECT CASE WHEN a > 0 THEN 'above' WHEN a...