Calder White

Results 7 issues of Calder White

The type offset is expecting is a string, but in the documentation it is a number. Funny enough, it is provided as a string afterwards. I changed it be a...

PLATFORM: x86_64 OS: Ubuntu 22 Misc: Running in linode cloud on a 4vCPU machine with 8GB of ram. I am running some performance tests on this library. I already ran...

perf

There is an issue when running `pqrs cat --csv [infile]` without timestamp objects. For me they are all set to 1970-01-01. But when I cat with json, it is fine....

First off: I love pqrs!! Thank you so much for creating it and maintaining it :) The code in this PR is super bare bones and does not implement everything....

Also added .csv and .parquet extensions to valid attachments so you can mass download websites hosting data!

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...