Thomas Johnson

Results 13 comments of Thomas Johnson

As a minor tweak, `yaserde` has a `yaserde_derive` feature that seems to pull in the requisite functionality: ```toml yaserde = { version = "0.11", features = ["yaserde_derive"] } ``` My...

I'm seeing a similar issue, but with a regular `DATETIME` column. If I were to make a feature request, I'd ask that the legacy DateTime conversion functionality be made available...

Can you share the error you're seeing? That might help narrow things down. Out of curiousity, does it work without the `winauth` feature?