squawk-fmt 2.50.0

Linter for Postgres migrations & SQL
Documentation
1
2
3
4
5
6
7
8
9
10
11
---
source: crates/squawk_fmt/tests/tests.rs
input_file: crates/squawk_fmt/tests/before/select.sql
---
select 1;select 2;select 3;
select 'hello';
select now();

select
  'really long string                                                    ',
  'another really long string';