We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Neo4j 4 offers new syntax for database management that I suppose libcypher-parser doesn’t know about yet.
Running libcypher-parser 0.6.2 via @majensen’s fork majensen/libneo4j-client@7bd6dfd:
neo4j> :status Connected to 'neo4j://neo4j@localhost:7687' (insecure) [Neo4j/4.2.1] neo4j> :dbname system db set neo4j> SHOW DEFAULT DATABASE;
"name","address","role","requestedStatus","currentStatus","error" "neo4j","localhost:7687","standalone","online","online",""
<interactive>:1:2: error: Invalid input 'H': expected 't/T' or 'e/E' SHOW DEFAULT DATABASE ▲
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Neo4j 4 offers new syntax for database management that I suppose libcypher-parser doesn’t know about yet.
Reproduce
Running libcypher-parser 0.6.2 via @majensen’s fork majensen/libneo4j-client@7bd6dfd:
Expected
Actual
The text was updated successfully, but these errors were encountered: