Elliana May
Elliana May
This is part of my efforts to improve the exceptions being thrown from the Python API - I still have to replace all the locations where `std::runtime_error` is being thrown...
### What happens? `pg_get_constraintdef` should optionally accept the second parameter, `pretty_bool`, instead of enforcing it. Looking into how it's defined in https://github.com/duckdb/duckdb/blob/ca395eda2944a7c69cb4353041799cd92903e663/src/catalog/default/default_functions.cpp, it looks like changes are required in https://github.com/duckdb/duckdb/blob/02e395fd33dcd62fa8afcb7a1e60866451948e62/src/planner/binder/expression/bind_columnref_expression.cpp,...
```Traceback (most recent call last): File "", line 1, in File "pyarrow\ipc.pxi", line 682, in pyarrow.lib.RecordBatchReader.read_next_batch File "pyarrow\error.pxi", line 115, in pyarrow.lib.check_status OSError: Query Failed ``` _Originally posted by @eeroel...
I figured it might be worth documenting some of the gaps that I've found while trying to build out the [sqlalchemy driver for duckdb](https://pypi.org/project/duckdb_engine) The specification is available here: https://peps.python.org/pep-0249/...
I've been playing around with trying to get duckdb-wasm running in netlify functions, but I'm having some issues with the wasm side I'm currently using `@duckdb/duckdb-wasm` version "1.16.0", the code...
It would be great to have support for .mailmap files - right now I'm just implementing the support manually
Or at least a link to a how-to-use