cwida / duckpgq-extension

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

source keyword no longer leads to syntax error #99

Closed Dtenwolde closed 6 months ago

Dtenwolde commented 6 months ago

Fixes #95 Fixes #96

The "source" keyword was leading to a syntax error when not used as an alias with the AS before it. select 1 source would lead to this error for instance. This was happening in the "referential_constraints" which happened when querying a table that does not exist for example. I made a PR in DuckDB https://github.com/duckdb/duckdb/pull/10848 and if it gets accepted then it will be fixed for v0.10.1.