Hannes Mühleisen
Hannes Mühleisen
This PR adds a new format specifier to `strptime`, namely `%_` (percent-underscore). It will skip the remainder of the input when parsing timestamps. The case that triggered this is a...
Turns out the author of the CRAN `re2` package had faced the same challenges: https://github.com/girishji/re2/commit/80b212f289c4ef75408b1510b9fc85e6cb9a447c
Anything we can do to help? See https://www.monetdb.org/blog/monetdblite-for-python
Currently, we can create multiple clients but they share one lock. They should have one lock per client.
Check why assertions fail during Windows startup, something with lock init
Use result set structure in appends too
```R duckdb:::sql('from iris') ``` now "just" works CC @krlmlr
``` curl -I https://cran.r-project.org/bin/macosx/big-sur-arm64/contrib/4.3/duckdb_0.9.2-1.tgz ... Content-Length: 85023346 ``` The file is over 80 MB. When unpacked, it contains ca. 300 MB of debug symbols (`duckdb.so.dSYM`). We should investigate whether it...