Skip to content

libcypher-parser 0.5.2 (beta)

Pre-release
Pre-release

Choose a tag to compare

@cleishm cleishm released this 26 Sep 03:49
v0.5.2

This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.

Mac OS X users, please install via homebrew:

$ brew install cleishm/neo4j/libcypher-parser

Ubuntu users, please install via the PPA:

$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser

There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.

Changes:

  • Fixes an issue tracking line numbers over multiple statements.