-
Notifications
You must be signed in to change notification settings - Fork 198
Failed to read from defunct connection Address(host='127.0.0.1', port=7687) #260
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
Comments
Numeric keys are not supported in Cypher maps; keys must always be strings. That it previously worked would have likely been an accident of implementation. |
Hi, colleague of @wbleker here. I don't think this can be closed yet. I think the original issue can be decomposed into two separate issues, the second of which warrants further attention:
but post
so something has changed in the error handling after I think (1) can be argued as being correct behaviour but (2) seems to need further attention. |
Hi @sproberts92 The change from That said, I don't think we have highlighted the characteristics of this data type strongly enough. To that end, I have just spoken with our Cypher team, who are going to find a way to make this stand out in the manual more clearly. In addition, I've added an extra card to our Drivers wall to raise a Thanks for raising this. Nigel |
Fixed by #270 |
We are having issues with the python bolt driver and how it handles working with key value pairs, in our example the key is an int, in 1.5.3 it works, but in 1.6.x and 1.7.x it fails.
In the repo below is an example script that can be used with different driver versions to reproduce the error.
https://github.com/wbleker/neo4j_bolt_test.git
The text was updated successfully, but these errors were encountered: