@clickhouse/client 0.2.10
New features
- If
InsertParams.valuesis an empty array, no request is sent to the server andClickHouseClient.insertshort-circuits itself. In this scenario, the newly addedInsertResult.executedflag will befalse, andInsertResult.query_idwill be an empty string.
Bug fixes
- Client no longer produces
Code: 354. inflate failed: buffer errorexception if request compression is enabled andInsertParams.valuesis an empty array (see above).