Protryon / klickhouse

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

error handling #5

Closed petar-dambovaliev closed 2 years ago

petar-dambovaliev commented 2 years ago

Dude, the error handling on this is terrible. Most errors are not returned, but simply logged. And there is no trace about the path it took to reach that error.

Protryon commented 2 years ago

Replaced anyhow with thiserror. Should help.