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

Need to support nested Records in the Result Set #36

Closed
polygonhell opened this issue Jan 12, 2023 · 1 comment
Closed

Need to support nested Records in the Result Set #36

polygonhell opened this issue Jan 12, 2023 · 1 comment

Comments

@polygonhell
Copy link

In a query like this
MATCH p = (r)-[e]->(d) RETURN { nodes: nodes(p), edges: relationships(p) } LIMIT 2

There doesn't appear to be a way to decode the result.
ToDictionary on the returned RedisResult will give you a set of Key Value pairs, so I assume this is possible.

@polygonhell
Copy link
Author

PR for it here
#37

tombatron added a commit that referenced this issue Jan 14, 2023
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

1 participant