gabihodoroaga
gabihodoroaga
Fixes #10617 Add check for http(s) paths and remove the query string before trying to detect the compression.
### What happens? `sniff_csv` fails to detect compression when reading from a url that has a query string. For example this statement ```sql from sniff_csv('https://github.com/duckdb/duckdb/raw/main/data/csv/who.csv.gz?v=1'); ``` Fails withs this error...
Update pipelined_requests section to be able to process array of requests with delays. Fix issue: #116
Hi, I need to be able to add a delay between pipelined requests and currently this is not supported ``` --- pipelined_requests eval ["GET /t/1", "GET /t/2", [{value => "GET...
Hi, First of all, thank you for this library it is very helpful for me. Is it possible to scan into a map[string]*struct? ```go type A struct { Name string...