You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dentiny
changed the title
Query on unspecified property should return error
Query property graph on unspecified property should return error
Dec 25, 2024
What happens?
As of now, querying unspecified property from graph does not necessarily return error.
For more details, see reproduction code below and comments in thread #26 (comment)
To Reproduce
This should throw an error message stating,
property "NAME" is never defined.
(This is what Oracle does, at least.)@Dtenwolde I copy your comments in the thread to this new issue, just for easier and more clear reference for my PR, hope you don't mind :)
OS:
ubuntu 22.04, x86_64
DuckDB Version:
c380346433
DuckDB Client:
C++
Full Name:
Hao
Affiliation:
N/A
How did you load the extension?
Built from source
Did you include all relevant data sets for reproducing the issue?
Yes
Did you include all code required to reproduce the issue?
Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue?
The text was updated successfully, but these errors were encountered: