Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-18-2021 07:13 AM
I was operating with Python 3.5 and the following:
neo4j==1.7.4
neobolt==1.7.13
neotime==1.7.4
I switched to neo4j driver 4.2 and noticed some breaking changes that I can't find documentation on. Previously running...
driver.session.run(query)
... would return a lot of information including _id, _labels, _propertied, id, _abc_cache.... However, now with the new driver running the same query the only thing I get per row is the node attributes in a dictionary. How can I get the other data with my session.run(query) command?
03-22-2021 03:28 PM
All the sessions of the conference are now available online