-
Notifications
You must be signed in to change notification settings - Fork 12
builds the node_id and relationship_id on cypher query results #8
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
base: master
Are you sure you want to change the base?
Conversation
|
Hello Andrew! Thanks for the pull request! I have a few comments:
|
|
Hey @therubymug @alank64 Can I help you with this PR? What there needs to do to merge it? It seems that this and next PRs have usefull staff and docs |
|
Yes, very sorry, I made an attempt but got lost in the details of Travis You are welcome to go to my branch and clean/create and make the pull On Tue, Apr 23, 2013 at 11:17 AM, Ivan Linko notifications@github.comwrote:
|
On performing a cypher query, the results should contain the node_id or relationship_id in the results as the other non-cypher methods do. Without this there is no way to obtain the id in the results to perform further operations.
This pull req takes from the self parameter returned in the REST response and inserts the {node|relationship}_id into each of the results.