PabloRMira / sql_formatter

A Python based SQL formatter
https://pablormira.github.io/sql_formatter/
Apache License 2.0
43 stars 10 forks source link

Support for BigQuery Standard-SQL #172

Closed wei3erHase closed 2 years ago

wei3erHase commented 3 years ago

When dealing with comments -- COMMENT and /* COMMENT */ (supported in BigQuery) the formatter adds them in the same line pushing the rest of the content to the right.