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

Incorrect parse of mixed result #183

Open
dtphap opened this issue Apr 18, 2016 · 1 comment
Open

Incorrect parse of mixed result #183

dtphap opened this issue Apr 18, 2016 · 1 comment

Comments

@dtphap
Copy link

dtphap commented Apr 18, 2016

Hi all,
I run a Cypher like this "MATCH (tom:Person {name: "Tom Hanks"})-[r:ACTED_IN]->(tomHanksMovies) RETURN r.roles,tomHanksMovies". Expect it return a result set where r.roles is array and tomHanksMovies is node.
But I cannot get r.roles out as an array.
Please give it a fix.
Thanks

@vstruchkov
Copy link

Answer is here #176

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants