Protryon / klickhouse

Rust crate for accessing Clickhouse
Apache License 2.0
88 stars 22 forks source link

Consider supporting rust_decimal for Decimal{32, 64} #12

Closed Swoorup closed 1 year ago

Swoorup commented 1 year ago

Currently especially when inserting data, there doesn't appear to be a good way to create a decimal number using this library? Perhaps we could use rust_decimal here as a feature?

Protryon commented 1 year ago

Pushed. Will release soon.

Protryon commented 1 year ago

Release pushed. See release notes on github for details.