ClickHouse / clickhouse-js

Official JS client for ClickHouse DB
https://clickhouse.com
Apache License 2.0
224 stars 27 forks source link

Fix NULL parameters binding #160

Closed slvrtrn closed 1 year ago

slvrtrn commented 1 year ago

Summary

The issue was reported some time ago in the community Slack. NULL has to be passed as an actual null symbol (\N) instead of a string 'NULL'. See a similar fix in clickhouse-connect.

Checklist