-
Notifications
You must be signed in to change notification settings - Fork 2
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
Accessing relationships causes an error #1
Comments
Good catch, thanks! The monkey-patch was an exploratory attempt to understand the integration with I can reproduce the behaviour with the movies dataset as follows: r = rom.relation(:records).by_title('The Matrix').to_a This triggers:
Commenting out
Raw structs do partially work with |
Maybe you could do the |
Yeah, my goal is definitely to avoid intermediate objects. I was thinking of trying something like the The thing to bear in mind with the above examples is that the Arguably, only data explicitly declared in the query itself should be exposed by the dataset. |
There is some sort of issue with the monkey-patching of neo4j-core. Given this code:
This throws an error:
The error is:
The text was updated successfully, but these errors were encountered: