clickhouse.rs
clickhouse.rs copied to clipboard
Implement query with interpolation flags
Summary
Add support for explicit interpolation flags to specify exactly which interpolation features should be enabled in the query. Add integration tests for possible flag combinations. Update README.
Reference: https://github.com/ClickHouse/clickhouse-rs/issues/157
I have fix the conflicts in the PR, we can implement the raw query on the top of it. what do you think? @slvrtrn @loyd