We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a problem with transferring a response from Neo4j to Golang using neoism.
The Neo4j response has nested structure and is assembled with Neo4j plugin in the following way.
I can see that the response is correct in the Neo4j panel. The problem appears when I'm trying to get the response with Golang.
The following error is received: "Unsupported property type: class pkgName.Dev$NestedReport"
The problem isn't reproduced in case if only one top-level element is present in the results.
What is the best way to resolve the issue?
The text was updated successfully, but these errors were encountered:
No idea. Please write a failing test case to demonstrate this problem, and perhaps someone can help.
Sorry, something went wrong.
The issue should be closed. Have found that the test wasn't correct.
No branches or pull requests
I have a problem with transferring a response from Neo4j to Golang using neoism.
The Neo4j response has nested structure and is assembled with Neo4j plugin in the following way.
I can see that the response is correct in the Neo4j panel. The problem appears when I'm trying to get the response with Golang.
The following error is received: "Unsupported property type: class pkgName.Dev$NestedReport"
The problem isn't reproduced in case if only one top-level element is present in the results.
What is the best way to resolve the issue?
The text was updated successfully, but these errors were encountered: