Changes for version 0.08 - 2026-03-20

  • SELECT DISTINCT via -distinct => 1 or ->distinct modifier
  • $q->any($subquery) and $q->all($subquery) operators
  • Empty IN list handling: -in => [] renders 1 = 0, -not_in => [] renders 1 = 1
  • TRUNCATE TABLE via $q->truncate(-table => 'name')

Documentation

Modules

Composable SQL query builder with expression trees for Perl