Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 22:19
· 14 commits to main since this release
6b63fb6

toolu-orm-cli

Added

  • (core,query) add DISTINCT, GROUP BY, HAVING and typed aggregate projections (#109) (#123)
  • (core,query) [breaking] table aliases, qualified projections, and expression JOIN predicates (#111) (#121)

toolu-orm

Added

  • (core,query) add DISTINCT, GROUP BY, HAVING and typed aggregate projections (#109) (#123)
  • (core,query) [breaking] table aliases, qualified projections, and expression JOIN predicates (#111) (#121)

toolu-orm-query

Added

  • (core,query) reuse one bound parameter across repeated predicates (#116) (#129)
  • (core,query) compose INSERT … SELECT and database-qualified table references (#114) (#128)
  • (core,query) [breaking] compose CTEs, set operations, subqueries and table-valued sources (#110) (#127)
  • (core,query) add DISTINCT, GROUP BY, HAVING and typed aggregate projections (#109) (#123)
  • (query,core) compose SQLite upserts, expression values and RETURNING (#108) (#122)
  • (core,query) [breaking] table aliases, qualified projections, and expression JOIN predicates (#111) (#121)
  • (core,query) compose scalar expressions and LIKE ESCAPE (#112) (#120)

toolu-orm-macros

Added

  • (core,query) add DISTINCT, GROUP BY, HAVING and typed aggregate projections (#109) (#123)
  • (core,query) [breaking] table aliases, qualified projections, and expression JOIN predicates (#111) (#121)

toolu-orm-connection

Added

  • (core,query) add DISTINCT, GROUP BY, HAVING and typed aggregate projections (#109) (#123)
  • (core,query) [breaking] table aliases, qualified projections, and expression JOIN predicates (#111) (#121)
  • (connection) expose typed SQLite maintenance operations (#115) (#119)

toolu-orm-sqlite-vec-register

Added

  • (core,query) add DISTINCT, GROUP BY, HAVING and typed aggregate projections (#109) (#123)
  • (core,query) [breaking] table aliases, qualified projections, and expression JOIN predicates (#111) (#121)

toolu-orm-core

Added

  • (core,query) reuse one bound parameter across repeated predicates (#116) (#129)
  • (core,query) compose INSERT … SELECT and database-qualified table references (#114) (#128)
  • (core,query) [breaking] compose CTEs, set operations, subqueries and table-valued sources (#110) (#127)
  • (core,query) add DISTINCT, GROUP BY, HAVING and typed aggregate projections (#109) (#123)
  • (query,core) compose SQLite upserts, expression values and RETURNING (#108) (#122)
  • (core,query) [breaking] table aliases, qualified projections, and expression JOIN predicates (#111) (#121)
  • (core,query) compose scalar expressions and LIKE ESCAPE (#112) (#120)

Fixed

  • (core) number Expr::raw placeholders after prior params in a tree (#113) (#117)