OrangeBoreal

Results 1 issues of OrangeBoreal

When committing or rolling back from a transaction, subsequent calls to the client result in a TransactionException : ```python from neo4jrestclient import client import os c = client.GraphDatabase(url=os.environ["NEO4J_URL"]) res =...