-
Notifications
You must be signed in to change notification settings - Fork 73
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
Create doesn't work with lists #130
Comments
That's because the REST API doesn't support storing objects as properties values other than plain numbers, booleans, and strings. Plus, Neo4j doesn't store either null or empty property values. |
Does that work through the REST API using the API methods and not Cypher queries? I'll double check. |
Just tried with 2.2.10 and 2.3.7 and got this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
db.nodes.create(parameter=[]) fails with "Bad Request. Bad request syntax or unsupported method."
The text was updated successfully, but these errors were encountered: