suharev7 / clickhouse-rs

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

Date<Tz> is deprecated, please impl FromSql for NaiveDate #188

Open OmmyZhang opened 1 year ago

OmmyZhang commented 1 year ago

https://docs.rs/chrono/latest/chrono/struct.Date.html

clippy:

error: use of deprecated struct chrono::Date: Use NaiveDate or DateTime<Tz> instead