| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| squawk-alpine-arm64-2.64.0.vsix | 2026-09-01 | 9.1 MB | |
| squawk-linux-musl-arm64 | 2026-09-01 | 24.6 MB | |
| squawk-linux-arm64 | 2026-09-01 | 25.2 MB | |
| squawk-linux-arm64-2.64.0.vsix | 2026-09-01 | 9.3 MB | |
| squawk-win32-x64-2.64.0.vsix | 2026-09-01 | 6.1 MB | |
| squawk-windows-x64.exe | 2026-09-01 | 17.6 MB | |
| squawk-darwin-arm64 | 2026-09-01 | 16.7 MB | |
| squawk-darwin-arm64-2.64.0.vsix | 2026-09-01 | 6.2 MB | |
| squawk-darwin-x64 | 2026-09-01 | 17.2 MB | |
| squawk-darwin-x64-2.64.0.vsix | 2026-09-01 | 6.5 MB | |
| squawk-alpine-x64-2.64.0.vsix | 2026-09-01 | 8.9 MB | |
| squawk-linux-musl-x64 | 2026-09-01 | 25.6 MB | |
| squawk-linux-x64 | 2026-09-01 | 25.5 MB | |
| squawk-linux-x64-2.64.0.vsix | 2026-09-01 | 8.8 MB | |
| README.md | 2026-09-01 | 1.1 kB | |
| Update prefer-robust-stmts to be alembic version aware + code formatter source code.tar.gz | 2026-09-01 | 3.1 MB | |
| Update prefer-robust-stmts to be alembic version aware + code formatter source code.zip | 2026-09-01 | 3.9 MB | |
| Totals: 17 Items | 214.3 MB | 0 | |
Added
-
linter: prefer-robust-stmts aware of alembic version update transactions (#1311). Thanks @DylanGriffith!
-
fmt: support for all statements (#1321, [#1319], [#1317], [#1312], [#1310], [#1309], [#1307], [#1306], [#1305], [#1303], [#1302], [#1300], [#1299])
-
ide: add formatting support (#1315)
- ide: code action isnull -> is null, notnull -> is not null (#1296)
- ide: code actions for func params (#1322)
- ide: code action to convert
defaultto=in function syntax (#1316) -
ide: code actions for :=/=> & value/: rewrites (#1313)
-
parser: validation for variadic, function defaults, params (#1325, [#1324], [#1323])
-
parser: validate string literal type cast (#1320)
-
playground: add code formatting output (#1326)
Changed
- parser: split bit & time type ast nodes (#1297)
- parser: add nodes for interval & array bounds (#1301)
- parser: improve parsing of operators in using and exclude (#1304)
- parser: refactor percent type out of ast::Type (#1318)
- parser: refactor char type into character and varchar nodes (#1295)
Fixed
- syntax: fix unquoting & add more funcs (#1298)