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

[Feature] Disallow returning the default property column when query #3135

Closed
5 of 6 tasks
bright-starry-sky opened this issue Oct 18, 2021 · 0 comments
Closed
5 of 6 tasks
Assignees
Labels
type/feature req Type: feature request
Milestone

Comments

@bright-starry-sky
Copy link
Contributor

bright-starry-sky commented Oct 18, 2021

When querying(go, fetch , lookup, match), the yield clause must be specified. The structure of the result set should match the yield clause. for example :
current : lookup on tag where .. ----> the vid is default column
expected : lookup on tag where .... yield vid ---> The returned column must be specified by yield clause .

  • LOOKUP
  • GO
  • FETCH
  • FIND PATH
  • SUBGRAPH
  • MATCH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
No open projects
Status: Done
Development

No branches or pull requests

4 participants