Skip to main content

Jul 2025 (v0.10.12)

Released on Thu Jul 3 10:13:46 2025 +0700.

Mochi v0.10.12 expands SQL Logic Test coverage and improves dataset compilers while refining VM optimizations.

Runtime

  • Deduplicated constant registers for the virtual machine
  • Fixed register allocation bug when sorting queries

Datasets

  • Real TPC-DS queries 50–59 added with updated examples
  • Update statement support across all language compilers

Tooling

  • SQL Logic Test generator now handles select1 cases 1–1000
  • Parsing enhancements for boolean strings, unary and parenthesis expressions
  • Improved column type detection with float normalization and logging
  • Increased SLT runner timeout with subquery caching fixes