clickhouse.rs icon indicating copy to clipboard operation
clickhouse.rs copied to clipboard

feat(delete,update,insert): Support build Insert with schema strings.

Open xxhZs opened this issue 2 years ago • 3 comments

Support build Insert with schema strings. And use query to support update and delete

xxhZs avatar Aug 06 '23 14:08 xxhZs

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

slvrtrn avatar Sep 05 '24 12:09 slvrtrn

CLA assistant check
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.

CLAassistant avatar May 26 '25 03:05 CLAassistant

your autoformat obfuscates the rest of the PR

serprex avatar May 26 '25 04:05 serprex

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.

slvrtrn avatar Jun 09 '25 11:06 slvrtrn