TimonKK / clickhouse

NodeJS client for ClickHouse
Apache License 2.0
220 stars 122 forks source link

Fix insert to nullable column #143

Open izzm opened 1 year ago

izzm commented 1 year ago

Insert into Nullable(UUID) column was failed with body parse exceptions if at leat one row contains null value.

Explicit null value must be escaped to \N, not to empty string.