cypher-shell icon indicating copy to clipboard operation
cypher-shell copied to clipboard

Cypher Shell has moved to https://github.com/neo4j/neo4j

Results 21 cypher-shell issues
Sort by recently updated
recently updated
newest added

I tried installing cypher-shell by running `rpm -i -v cypher-shell-4.1.2-1.noarch.rpm`. Just got the following error message: `warning: cypher-shell-4.1.2-1.noarch.rpm: Header V4 RSA/SHA1 Signature, key ID d37f5f19: NOKEY error: Failed dependencies: jre-11-headless...

When using the cypher-shell with fabric, one has to first switch to the system database to be able to then switch to the fabric database **Neo4j Version:** 4.0.0 **Operating System:**...

version: 4.0.0.2 neo4j: 4.0.0-enterprise [apoc-debug.log](https://github.com/neo4j/cypher-shell/files/4268425/apoc-debug.log) Getting a lot of warnings when starting neo4j. the default APOC jar bundled with Neo4j 4.0.0 is also 4.0.0 but I swapped it out for...

When running queries that include [DateTime](https://neo4j.com/docs/cypher-manual/current/functions/temporal/datetime/) I receive the following error: ``` DateTime is not supported as a return type in Bolt protocol version 1. Please make sure driver supports...

I'd like to be able to sit at the cypher-shell prompt and run scripts from files, something like ``` neo4j>\i my-wonderful-script.cypher ``` Former (?) RDBMS peeps like me are very...

Hi, we have this issue in APOC: https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1286 in particular this comment: https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1286#issuecomment-530538305 So I tried to reproduce the problem and I exported the dataset into this [file](https://www.dropbox.com/s/ygtzho822d10325/twitter.cypher?dl=0) with the...

This would allow for scripting cypher shell with `jq`. Currently scripting with cypher is extremely onerous because it's necessary to 1) strip out headers 2) split output rows into columns...

Good evening, Normally when you get a result in Cypher-Shell after running a query you also see how many rows the result contains. something like: "23 rows available after 719...

If I try to create a param into a begin/commit block I get the following error: `Failed to set value of parameter` Following an image that describes the problem:

When piping results for a file, i.e. either via: ``` > cat /tmp/graph.db.cypher | cypher-shell ``` or ``` > cypher-shell < /tmp/graph.db.cypher ``` `cypher-shell` (Neo4j v3.2.1) prints an empty line...

enhancement