FunSQL v0.15.0
- Breaking change: when a query is used in a scalar context, such as
anINexpression, make it return the first column only (see #75).
Previously, such query wouldSELECT NULLunless the query ends with
an explicitSelect().
Merged pull requests:
Closed issues:
- A query in scalar context should use the first column (#75)