majensen / libneo4j-client

neo4j-client -- Neo4j Command Line Interface (CLI)
https://neo4j-client.net
Apache License 2.0
1 stars 2 forks source link

:reset doesn’t reset the connection #8

Closed johannessen closed 3 years ago

johannessen commented 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

Expected

Success.

A Bolt RESET should cause the connection to be “set back to its initial state.” This implies:

Actual

<interactive>:1:1: error: A transaction is already open