| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| squawk-linux-arm64 | 2026-08-25 | 23.2 MB | |
| squawk-linux-arm64-2.63.0.vsix | 2026-08-25 | 8.6 MB | |
| squawk-alpine-x64-2.63.0.vsix | 2026-08-19 | 8.1 MB | |
| squawk-linux-musl-x64 | 2026-08-19 | 23.5 MB | |
| squawk-linux-x64 | 2026-08-19 | 23.4 MB | |
| squawk-linux-x64-2.63.0.vsix | 2026-08-19 | 8.0 MB | |
| squawk-win32-x64-2.63.0.vsix | 2026-08-19 | 5.1 MB | |
| squawk-windows-x64.exe | 2026-08-19 | 14.2 MB | |
| squawk-darwin-x64 | 2026-08-19 | 15.1 MB | |
| squawk-darwin-x64-2.63.0.vsix | 2026-08-19 | 5.7 MB | |
| squawk-alpine-arm64-2.63.0.vsix | 2026-08-19 | 8.4 MB | |
| squawk-linux-musl-arm64 | 2026-08-19 | 22.6 MB | |
| squawk-darwin-arm64 | 2026-08-19 | 14.8 MB | |
| squawk-darwin-arm64-2.63.0.vsix | 2026-08-19 | 5.5 MB | |
| ban-duplicate-column-assignment checks more queries source code.tar.gz | 2026-08-19 | 2.9 MB | |
| ban-duplicate-column-assignment checks more queries source code.zip | 2026-08-19 | 3.5 MB | |
| README.md | 2026-08-19 | 751 Bytes | |
| Totals: 17 Items | 192.6 MB | 0 | |
Added
- syntax: add validation for empty tuple & overlaps (#1292)
-
syntax: add validation for in/not in (#1287)
-
ide: goto def for prepared transactions (#1291)
- ide: goto def for savepoints (#1290)
-
ide: goto def for builtins like extract/substring/position (#1289)
-
ide: code actions for builtins -> pg functions (#1288)
-
ide: code actions unnest <-> rows from (#1284)
-
parser: split AliasColumnList into ColumnList & ColumnDefList (#1282)
- parser: add more enums to ast (#1281, [#1280], [#1277], [#1276])
Changed
- linter: update ban-duplicate-column-assignment to check more queries (#1274)
Fixed
- playground: fix code actions (#1286)
- parser: fix select parsing & add more node detail (#1279)