Thijs
Thijs
This PR adds support for Postgres's ENUM types. In Postgres ENUM types can not be ephemeral (exist only for the duration of a query), they *have* to be registered, and...
This PR feels like a continuation of #176 and is also related to #93 When we throw a C++ exception we have to make sure that all postgres related resources...
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...
This PR implements the suggestion made by [Richard](https://github.com/duckdb/duckdb/pull/14416#discussion_r1805481889) When a `validity_t` is used for < `ValidityMask::BITS_PER_VALUE` values, the least significant bits are set, i.e if `ValidityMask::BITS_PER_VALUE` was 8 5 values...
This PR fixes #14340 Pandas by default turns numeric `np.ma.masked_array` columns into `float32` or `float64` when they contain nulls. We now wrap these in `pd.Series` with one of these explicit...
Previously UPSERT in DuckDB would only work if the inserted data was distinct (no repeated values). This PR (mostly) removes that limitation. Some known issues that are not yet fixed...
This PR fixes https://github.com/duckdblabs/duckdb-internal/issues/2759 The correctness of dependencies were not being verified in the COMMIT phase.
We've had #191 and #187 but these were made after bumping the `duckdb/duckdb` submodule to `main` (v1.3-dev) This PR backports those changes and makes additional changes (to `CMakeLists.txt` and the...
### Checklist - [X] I am using an up-to-date version. - [X] I have read the [documentation](https://github.com/TagStudioDev/TagStudio/blob/main/docs/index.md). - [X] I have searched existing [issues](https://github.com/TagStudioDev/TagStudio/issues). ### TagStudio Version main (9.5 dev)...
### What happens? The instructions on the README.md are not working. ``` -- Build files have been written to: duckdb-wasm/build/relsize/eh + emmake make -Cduckdb-wasm/build/relsize/eh -j12 duckdb_wasm make: make -Cduckdb-wasm/build/relsize/eh -j12...