duckdb_engine
duckdb_engine copied to clipboard
Improve exception handling
This requires work in the upstream client
- https://pybind11.readthedocs.io/en/stable/advanced/exceptions.html
- https://github.com/duckdb/duckdb/blob/master/src/include/duckdb/common/exception.hpp
I've raised a pr upstream: https://github.com/duckdb/duckdb/pull/4075