Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

1.2.0-alpha02

Choose a tag to compare

@neo-technology-commit-status-publisher neo-technology-commit-status-publisher released this 21 May 13:13
· 160 commits to 4.3 since this release
90cf424
Cypher Shell 1.2.0-alpha02

Refinement round 1 for multi-database.

- Upgrade driver dependency to 2.0.0-alpha02
- `:use` without a database name will reconnect to the server default database
- Connecting to `system` no longer result in a
`Not a recognised system command: RETURN 1`
- Get the actual database name in the result summary from the server
- Show an error status in the prompt in interactive mode if the database
is offline or non-existing
- The prompt no longer contains a newline if shorter than 50 characters