v0.6.13
Fixed
- Generated Rust code is now rustfmt-clean — scythe pipes generated
.rsfiles throughrustfmt --edition=2024so downstream projects no longer see whitespace-only diffs after runningcargo fmt. Falls back gracefully to unformatted output if rustfmt isn't on PATH.
Tests
- Regression tests assert embedded SQL preserves original casing of
LEAST/COALESCE/SUMand theasalias keyword.