suharev7 / clickhouse-rs

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

add support for array[bool/u8/AppDate/AppDateTime/&str] #210 #211

Open 1990heidou opened 10 months ago

1990heidou commented 10 months ago

Yesterday I found that there were several errors when using macro row! for Array[XX]. issues link

Cargo test passed and no error using in my project too.