Results 3 comments of thumbert

Makes sense to me not to depend on chrono and leave the existing behavior as is. It's an easy conversion after all, and you can use any of the datetime...

Still stumped by this. I found `duckdb/src/test_all_types.rs` and tried to replicate the enum test. Still not successful. Here's a complete program that highlights the error: ```rust use duckdb::{ params, types::Value,...

I made it to work but it isn't pretty, it definitely doesn't live up to the headline of "an ergonomic wrapper". ```rust let state = match row.get_ref_unwrap(0) { ValueRef::Enum(e, idx)...