Skip to content

v0.4.2

Compare
Choose a tag to compare
@LHolten LHolten released this 28 Apr 12:39
· 11 commits to main since this release
  • Update the Rows::join method to take a constant argument.
    This is now the prefered join syntax and all examples have been updated.
  • Allow arbitrary correlated subqueries.
    This means that Aggregate now has an implied bound that allows leaking Expr from the
    out scope. Correlated subqueries are decorrelated before translating to SQL.
  • Fix loose lifetime on Optional.