Skip to content

v0.6.13

Choose a tag to compare

@Goldziher Goldziher released this 10 May 16:39
· 26 commits to main since this release
v0.6.13

Fixed

  • Generated Rust code is now rustfmt-clean — scythe pipes generated .rs files through rustfmt --edition=2024 so downstream projects no longer see whitespace-only diffs after running cargo 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/SUM and the as alias keyword.