ben fleis
ben fleis
[Consider the trivial usage:](http://try.docopt.org/?doc=Naval+Fate.%0D%0A%0D%0AUsage%3A%0D%0A++naval_fate.py+new+%3Cname%3E%0D%0A&argv=new+foo+bar) ``` Usage: naval_fate.py new ``` and a command line of: `naval_fate.py new foo bar` The resulting output simply shows usage, with identifying the source of the...
Both from my own testing, and from looking through the code, it appears the the `writeTimeout` AtomicBoolean is ignored. It looks like it should be ferried through to bootstrap, and...
*Observation // Concern* `catalog` and `schema` initial values can be set when creating `Connection`. These values are _not_ applied in subsequent cursor metadata calls: `catalogs()`, `schemas()`, and `tables()`. These functions...
GOPATH is set to `:` separated list of paths, which doesn't work with the current mockery generation script (test/gen-testfiles).
Was unconditionally returning ["foo"] when no glob magic chars found, which is inconsistent e.g. local FS glob implementation in duckdb and general glob behaviors, and specifically breaks auto globbing in...
write support added to azure blob storage (no DFS/ADLSv2 in this PR) Manually tested: - simple, small, big, ducklake - local DuckDB test battery with all applicable writes to Azure...