Protryon / klickhouse

Rust crate for accessing Clickhouse
Apache License 2.0
92 stars 21 forks source link

Change Row::serialize_row signature so that type hinting is independent of struct members declaration order #37

Closed cpg314 closed 9 months ago

cpg314 commented 10 months ago

This addresses #34.

This changes the Row trait and will require a minor version bump.

All tests pass (including the new one), clippy and doc as well.

Protryon commented 10 months ago

@cpg314 Needs a rebase

cpg314 commented 9 months ago

I just fixed a remaining issue with the flattening. All tests and clippy are now passing.