Closed johannessen closed 3 years ago
Running 1b2a58aff051d424fd216784a0cb9404db94a7fc:
neo4j> :status Connected to 'neo4j://neo4j@localhost:7687' (insecure) [Neo4j/4.2.1] neo4j> :begin -1 neo4j> :reset neo4j> :begin -1
Success.
A Bolt RESET should cause the connection to be “set back to its initial state.” This implies:
RESET
<interactive>:1:1: error: A transaction is already open
Running 1b2a58aff051d424fd216784a0cb9404db94a7fc:
Expected
Success.
A Bolt
RESET
should cause the connection to be “set back to its initial state.” This implies:Actual