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

Receiving nested resutls #102

Open
n5i opened this issue Mar 30, 2017 · 2 comments
Open

Receiving nested resutls #102

n5i opened this issue Mar 30, 2017 · 2 comments
Labels

Comments

@n5i
Copy link
Contributor

n5i commented Mar 30, 2017

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?

@jmcvetta
Copy link
Owner

jmcvetta commented Apr 6, 2017

No idea. Please write a failing test case to demonstrate this problem, and perhaps someone can help.

@n5i
Copy link
Contributor Author

n5i commented Apr 7, 2017

The issue should be closed. Have found that the test wasn't correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants