@clickhouse/client 1.9.0
New features
- Added
input_format_json_throw_on_bad_escape_sequenceto theClickhouseSettingstype. (#355, @emmanuel-bonin) - The client now exports
TupleParamwrapper class, allowing tuples to be properly used as query parameters. Added support for JS Map as a query parameter. (#359)
Improvements
- The client will throw a more informative error if the buffered response is larger than the max allowed string length in V8, which is
2**29 - 24bytes. (#357)