Jonathan Dance (JD)

Results 20 issues of Jonathan Dance (JD)

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite-tsconfig-paths](https://togithub.com/aleclarson/vite-tsconfig-paths) | [`^4.3.2` -> `^5.0.0`](https://renovatebot.com/diffs/npm/vite-tsconfig-paths/4.3.2/5.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite-tsconfig-paths/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite-tsconfig-paths/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

enhancement

Starting point for a Postgres image with pg_duckdb installed.

developer experience

WIth #67 merged upstream, we can now support optional parameters to functions like `read_parquet`, etc.

This fixes a linker error when an older version of libduckdb is already installed. We should prefer the version we just finished building instead.

The goal is to return EXPLAIN plans in a "Postgres-style" format. Depends on #54.

good first issue

https://duckdb.org/docs/extensions/azure * Azure is its own extension, so this needs to be added * Authentication is a bit bespoke - https://duckdb.org/docs/extensions/azure#authentication * There is both `az://` and `abfss://` protocols

enhancement
good first issue

When obtaining metadata for a partitioned table, several tables are returned - the parent and then its children. Support scanning each table in turn (or in parallel). For now, we...

enhancement

This is an omnibus recognition of the targets we don't have yet in order to consolidate these feature requests in one place and avoid duplication of very similar issues. Operating...

enhancement

The shape of the result of a DESCRIBE call is constant, so hopefully we can avoid the `AS ...` syntax for this function. Some example usage in DuckDB: ``` D...

enhancement

This would allow us to add automated tests that exercise the httpfs functionality without using the network or needing credentials to S3. https://github.com/duckdb/duckdb/blob/main/test/sql/copy/s3/README.md#running-minio

good first issue