cwida / duckpgq-extension

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

Properly catch exception when creating property graph on table that does not exist #111

Closed Dtenwolde closed 8 months ago

Dtenwolde commented 8 months ago

Fixes #103

We cannot return a Catalog error with the original exception it seems, however, we can throw an Invalid error stating that the table does not exist. Perhaps in the future, we can return the original exception as that would be better.