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

The value of properties($$).xx seems to be wrong #3116

Closed
cooper-lzy opened this issue Oct 18, 2021 · 0 comments · Fixed by #3128
Closed

The value of properties($$).xx seems to be wrong #3116

cooper-lzy opened this issue Oct 18, 2021 · 0 comments · Fixed by #3128
Assignees
Labels
type/bug Type: something is unexpected
Milestone

Comments

@cooper-lzy
Copy link
Contributor

When using the concat function, properties($$).xx seems to have the wrong value, and is instead the name of the starting vertex.

before:

GO FROM "player100" over follow \
YIELD concat(follow._src, $^.player.age, $$.player.name, follow.degree) AS A;

now:

GO FROM "player100" over follow \
YIELD concat_ws(" ",follow._src, $^.player.age, $$.player.name, follow.degree) AS A;

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Type: something is unexpected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants