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

query support for results with nodes/relationships inside arrays #33

Closed
wants to merge 6 commits into from

Conversation

flipside
Copy link
Contributor

My first pull request/open source contribution!

Fixes a bug where I couldn't see the id of a node in query results when it was in an array like "return collect(nodes)".

@aseemk
Copy link
Member

aseemk commented Jul 10, 2012

Awesome, thanks! Mind adding a quick query that tests this in the Cypher unit tests? =)

@flipside
Copy link
Contributor Author

Well, that's my attempt at writing tests, I think they should pass.

added relationship indexing using node index code
Added getIndexedRelationship and getIndexedRelationships modeled after node counterparts.
added relationship index test
@aseemk
Copy link
Member

aseemk commented Sep 3, 2012

These changes seem to be covered by pull request #40 now; is that indeed right? Feel free to re-open if not.

@aseemk aseemk closed this Sep 3, 2012
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

Successfully merging this pull request may close these issues.

2 participants