@clickhouse/client
Advanced tools
Changelog
0.0.5, 2022-10-04
ResultSet.stream()
yields Row[]
instead of a single Row
.
Please check out an example
and this PR for more details.
These changes allowed us to significantly reduce overhead on select result set streaming.Changelog
0.0.16
\N
instead of 'NULL'
string, it is now correctly handled for both null
and explicitly undefined
parameters. See the test scenarios for more details.