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