Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source keyword no longer leads to syntax error #99

Merged

Conversation

Dtenwolde
Copy link
Contributor

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 duckdb/duckdb#10848 and if it gets accepted then it will be fixed for v0.10.1.

@Dtenwolde Dtenwolde merged commit b0cb5b4 into main Feb 26, 2024
2 of 27 checks passed
@Dtenwolde Dtenwolde deleted the 96-parser-error-when-selecting-from-information_schema-views branch February 26, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant