squawk-fmt 2.60.0

Linter for Postgres migrations & SQL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
source: crates/squawk_fmt/tests/tests.rs
input_file: crates/squawk_fmt/tests/before/select_comments.sql
---
-- intentional new line follows, we should keep that

/* bar */
select /*a*/ 1 /*b*/, /*c*/ 2/*d*/;

select /*z*/;

select /*a*/ *;

select /*a*/ all /*b*/ 1;

select /*a*/ distinct /*b*/ 1;