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

Add push_value method to Block

Open tmcnitt opened this issue 3 years ago • 0 comments

Closes #153

The old put_param method had a Cow passed into it, but was never written to. Therefore, I thought &str was easier for downstream uses

Includes doctest

tmcnitt avatar Jul 16 '21 01:07 tmcnitt