depyronick / clickhouse-client

ClickHouse Client for NodeJS
https://clickhouse.js.org
MIT License
49 stars 11 forks source link

question: escaping values necessary? #6

Closed David-Mueller closed 2 years ago

David-Mueller commented 2 years ago

Hey there,

rather a question than an issue. Do you think it's necessary to escape values for passed objects to the insert function?

Does escaping with a standard mysql escape function suffice for "self-built" queries? If so, should the client expose such a function?

Thanks again!