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

Implement query with interpolation flags

Open ozgurcancal opened this issue 4 months ago • 1 comments

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

ozgurcancal avatar Jul 25 '25 19:07 ozgurcancal

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

ozgurcancal avatar Oct 05 '25 19:10 ozgurcancal