cwida / duckpgq-extension

DuckDB extension that adds support for SQL/PGQ
https://duckpgq.notion.site/b8ac652667964f958bfada1c3e53f1bb?v=3b47a8d44bdf4e0c8b503bf23f1b76f2
MIT License
73 stars 7 forks source link

Invalid error: Binder error: Use duckpgq_bind instead on MacOS #40

Closed Dtenwolde closed 8 months ago

Dtenwolde commented 1 year ago

On MacOS, the BinderException is not being caught properly in planner.cpp, leading to an InvalidError exception thrown. On MacOS it leads to the std::exception case, while on Linux it goes to catch (const Exception &ex). Possibly related to https://github.com/duckdb/duckdb/issues/6521

Dtenwolde commented 8 months ago

Likely fixed by https://github.com/duckdb/duckdb/pull/10410