neo4j / neo4j-python-driver

Neo4j Bolt driver for Python
https://neo4j.com/docs/api/python-driver/current/
Other
898 stars 186 forks source link

API docs: replace deprecated Cypher procedures #850

Closed robsdedude closed 1 year ago

robsdedude commented 1 year ago

dbms.listQueries and dbms.listTransactions have been deprecated in favor of SHOW TRANSACTIONS YIELD *

stefano-ottolenghi commented 1 year ago

🤡