I was running into issues querying dates in my code, and I found this stackoverflow thread: https://stackoverflow.com/questions/78576383/how-to-fetch-datetime-type-correctly-from-duckdb-using-rust
It perfectly describes my case.
My question is: Is this the behaviour we want to have in this crate going forward? If not I am happy to open a PR to fix this and return values as NaiveDateTimes/Dates in rust.