Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-16 | 563 Bytes | |
v0.15.0 source code.tar.gz | 2025-02-16 | 159.2 kB | |
v0.15.0 source code.zip | 2025-02-16 | 209.1 kB | |
Totals: 3 Items | 368.9 kB | 1 |
FunSQL v0.15.0
- Breaking change: when a query is used in a scalar context, such as
an
IN
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: - In scalar context, a tabular node should select the first column (#76) (@xitology)
Closed issues: - A query in scalar context should use the first column (#75)