| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| squawk-linux-arm64 | 2026-06-06 | 21.6 MB | |
| squawk-linux-arm64-2.57.0.vsix | 2026-06-06 | 8.1 MB | |
| squawk-alpine-arm64-2.57.0.vsix | 2026-06-06 | 7.9 MB | |
| squawk-linux-musl-arm64 | 2026-06-06 | 20.9 MB | |
| squawk-win32-x64-2.57.0.vsix | 2026-06-06 | 4.6 MB | |
| squawk-windows-x64.exe | 2026-06-06 | 12.5 MB | |
| squawk-darwin-x64 | 2026-06-06 | 13.6 MB | |
| squawk-darwin-x64-2.57.0.vsix | 2026-06-06 | 5.2 MB | |
| squawk-alpine-x64-2.57.0.vsix | 2026-06-06 | 7.6 MB | |
| squawk-linux-musl-x64 | 2026-06-06 | 21.9 MB | |
| squawk-linux-x64 | 2026-06-06 | 21.8 MB | |
| squawk-linux-x64-2.57.0.vsix | 2026-06-06 | 7.6 MB | |
| squawk-darwin-arm64 | 2026-06-06 | 13.3 MB | |
| squawk-darwin-arm64-2.57.0.vsix | 2026-06-06 | 5.0 MB | |
| Fix False Positive with Require Schema Rule _ Github Actions Output Clobbering source code.tar.gz | 2026-06-06 | 2.7 MB | |
| Fix False Positive with Require Schema Rule _ Github Actions Output Clobbering source code.zip | 2026-06-06 | 3.2 MB | |
| README.md | 2026-06-06 | 589 Bytes | |
| Totals: 17 Items | 177.4 MB | 0 | |
Added
- fmt: support comments in group by (#1194)
Fixed
- linter: fix github actions output clobbering json/gcc (#1192)
- linter: fix require table schema false positive on temp tables (#1191)
Previously this would error:
sql
create temp table t (id bigint);
- parser: fix various ast gaps (#1190)
- parser: fix index option parsing (#1188)
Previously this wouldn't parse:
sql
create index index_name on public.table_name using gin (column_name public.gin__int_ops);
- parser: add ast nodes & fix alter restart (#1193)