ClickHouse / clickhouse-rs

Official pure Rust typed client for ClickHouse DB
https://clickhouse.com
Apache License 2.0
283 stars 84 forks source link

Add query/insert level settings override #123

Closed slvrtrn closed 1 month ago

slvrtrn commented 1 month ago

This PR adds:

These methods behave similarly to the Client::with_option but allow overriding settings for a particular query/statement only.

For Insert, some internal refactoring was required to postpone creating the outgoing request.

Additionally, fixed some stale links in the code comments.