-
Notifications
You must be signed in to change notification settings - Fork 17
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
Error in error handling of cypherQuery #16
Comments
Which versions of Julia and the JSON package are you using? Maybe we need to put a constraint on the version of JSON we require, at least for now. |
It's Julia 1.0.1 with JSON v0.19.0 |
Sorry for the delay. I'll look into it in the next couple of days under the new Julia version and the described JSON version. |
Cool, thanks for triaging this! We could probably just switch to a loop or something if necessary, presumably you can still iterate them. |
I ran into
ERROR: map is not defined on sets
errors on this line. I guess the JSON parser is returning sets. (Btw. why shoudn't map be defined on sets..?!)Neo4j.jl/src/cypherQuery.jl
Line 45 in d16e360
The text was updated successfully, but these errors were encountered: