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

1.2.0-alpha03

Compare
Choose a tag to compare
@neo-technology-commit-status-publisher neo-technology-commit-status-publisher released this 31 May 16:46
· 155 commits to 4.3 since this release
2684011
Cypher Shell 1.2.0-alpha03

Fixes for Neo4j 4.0.0-alpha07mr01 release.

- Fix Java version check for Mac OS X. E.g. if having only Java 11 installed
cypher-shell could fail to start with the error
`Unable to find any JVMs matching version "1.8".`

- Fix case sensitivity issue with system database name. `:use SYSTEM` should
be case insensitive.