-
Notifications
You must be signed in to change notification settings - Fork 203
Closed
Description
Neo4j version: Aura
Driver version: 4.0.0b2
Operating system: MacOSx Catalina / AWS Ubuntu 18.04
When upgrading code from 1.7.6 driver to 4.0.0b2 driver calls to reults.data() fails with AttributeError, looking at the code there is no longer a Result.data() method. This is not documented in breaking changes. It is not in the documentation anymore, so it's probably just not documented as a breaking change.
.data() calls and returns the results (as if you had done [rec for rec in results] list comprehensions on the result object)
Actual behavior
AttributeError
Metadata
Metadata
Assignees
Labels
No labels