Skip to content

v0.8.0

Compare
Choose a tag to compare
@Protryon Protryon released this 07 Dec 16:26
· 127 commits to master since this release

Notable Changes:

  • Added derive field flag: #[klickhouse(nested)] for automatic nested structure composition. The target type must be ::std::vec::Vec<T> where T: Row. No other containers are supported at this time.
  • Added rust_decimal feature flag (non-default). rust_decimal::Decimal implements klickhouse::ToSql and klickhouse::FromSql in this release.
  • ToSql and Row::serialize_row now pass in optional type hints. This is currently only used for rust_decimal integration, but some more serialization coercions may be added in the future. This is an API breakage (hence minor version bump).