clickhouse.rs
clickhouse.rs copied to clipboard
feat(delete,update,insert): Support build Insert with schema strings.
Support build Insert with schema strings. And use query to support update and delete
Adding "partial" insert support with a subset of fields makes sense, as it allows for certain use cases (EPHEMERAL columns, etc).
However, query builder (e.g., for ALTER TABLE statements) should not be part of this crate - it is an abstraction one level above the raw client.
CC @mshustov @serprex @loyd
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 3 committers have signed the CLA.
:white_check_mark: loyd
:x: BugenZhao
:x: xxhZs
You have signed the CLA already but the status is still pending? Let us recheck it.
your autoformat obfuscates the rest of the PR
Thanks for the contribution. Due to
autoformat obfuscates the rest of the PR
and failing tests, let's just close this one and extract the relevant bits into a separate PR.