suharev7 / clickhouse-rs

Asynchronous ClickHouse client library for Rust programming language.
MIT License
324 stars 121 forks source link

Add support for Array(Enum8) #174

Closed alexvanolst closed 1 year ago

alexvanolst commented 2 years ago

Adds support for inserting a Vec in much the same way that arrays are supported for other data types.

This can also be replicated for Enum16

suharev7 commented 1 year ago

Thanks a lot.