v0.4.2
- 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 thatAggregate
now has an implied bound that allows leakingExpr
from the
out scope. Correlated subqueries are decorrelated before translating to SQL. - Fix loose lifetime on
Optional
.