cypher-shell
cypher-shell copied to clipboard
Cypher Shell has moved to https://github.com/neo4j/neo4j
The file is utf-8 encoded and when executed all characters turn into ???. Same goes when pasting anything utf-8 encoded in the shell, like `CREATE (t:Test {name: "ασ"});`. Is there...
The issue https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1728 seems to be due to `cypher-shell`. ## Steps to reproduce Step 1 - Create a `.cypher` with a :param line that contains a datetime function, like this:...
Hello there! My name is Ana. I noted that you use the mutation testing tool in the project. I am a postdoctoral researcher at the University of Seville (Spain), and...
Seem to be some trouble with version 1.1.15 of cypher-shell. Can't connect to my local Neo4j container when using version 1.1.15. I've been able to bypass this error by using...
Cypher-Shell 1.1.15 is also giving some trouble executing simple queries like `MATCH (m) RETURN m;`. I'm using Neo4j `4.4` with the `neo4j-ogm-quarkus` dependency from `eu.michael-simons.neo4j` version `1.1.0`. Can't reproduce this...
Hi, I'm doing some automation work with cypher-shell with the following command: ``` cypher-shell -u $USER -p $PASS -f $filename ``` And while in an interactive shell I get the...
Hi; a new user of this tool. Would it be possible to add autocompletion, as (e.g.) in cycli? Thanks ... :-)
As far as I understand, there is no easy way to take a running Neo4J instance on which I have no direct file system access and provide a CSV file...
Using cypher-shell to connect to a neo4j cluster, I am unable to execute administration commands even if I am connected to the leader ``` cypher-shell -a neo4j+ssc://**** -u neo4j -p...
**Neo4j version**: 4.1.1-enterprise **Cypher-shell version**: 4.2.2 We have applications connecting to neo4j using bolt+routing and it works well, very useful so we don't have to find the leader. We need...