Skip to content

trilean-sql@1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 13:38
· 11 commits to main since this release

1.0.0 (2026-09-03)

Features

  • trilean-sql: compile predicate trees to parameterised PostgreSQL (9b7ee77)

Bug Fixes

  • trilean-sql: refuse a NaN number literal, which the two engines compare oppositely (ea17414)

Documentation

  • trilean-sql: describe the compiler, its refusals, and its NULL semantics (e813b48)
  • trilean-sql: scope the row-for-row guarantee to what a walk over node kinds can see (d8273cd)

Tests

  • trilean-sql: check compiled fragments against a real PostgreSQL server (e805052)
  • trilean-sql: check that a quantifier buried several levels down is refused, not dropped (78e8bc0)