Skip to content

trilean-sql@2.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Sep 16:03

2.2.0 (2026-09-15)

Features

  • trilean-sql: add collectionFor option for correlated-table references (55aa3c3)
  • trilean-sql: add InvalidCollectionTableError for a bad collectionFor table (9702b26)
  • trilean-sql: compile fold max/min combiners (eccdbe0)
  • trilean-sql: compile some/every to a correlated subquery (1a11e10)
  • trilean-sql: push some/every/fold(max|min) through the pushability guard (1e5e4ae)

Documentation

  • trilean-sql: document collectionFor and the some/every/fold translation (02d6176)

Tests

  • trilean-sql: cover some/every/fold SQL compilation (cae18c4)
  • trilean-sql: split compile.test.ts into topic-scoped files under the 800-line cap (8165e4e)
  • trilean-sql: split guard.test.ts into topic-scoped files under the 800-line cap (833f914)
  • trilean-sql: split pglite.test.ts into topic-scoped files under the 800-line cap (a08804e)
  • trilean-sql: split postgres.test.ts into topic-scoped files under the 800-line cap (4ade3cc)
  • trilean-sql: split sqlite.test.ts into topic-scoped files under the 800-line cap (60b337f)