Jan Kramer
Jan Kramer
Would be nice to have a function that fetches the head of an iterable and throws an exception if it's non-empty instead of having to call the `current` function on...
Structured logging by writing JSON to stdout/stderr is not working as expected with the current version of the php buildpack. By default, php-fpm will prefix output written to stdout/stderr by...
### What happens? When performing a `COPY` to S3 using hive partitioning, memory usage is higher than expected. For example, copying a table with 2 `int64` columns with 30 partitions...
This PR adds an `InterruptHandle` that allows interrupting long-running queries from another thread. Internally, this calls the `duckdb_interrupt` function from the C API. The implementation is inspired by [rusqlite][1]. It...