-
**Version:** 3.3.4
**Node.js:** 5.60
`throw new Exception(Exception.database);`
results in following error:
**_Unhandled rejection (, no stack trace)_**
On the contrary
`reject(new Exception(Excep…
-
Hi all,
I am author of Cypher plugin for Jebrains IDE's.
Initially I created Cypher grammar by porting `cypher-compiler` into `.bnf`.
Currently I am trying to migrate plugin to official Cypher gramm…
-
When I use the shapefileimporter class, my data looks like this:
![import-java](https://cloud.githubusercontent.com/assets/12130242/14607120/a72628d0-0556-11e6-961a-206a8d85f651.png)
What kind of form…
-
While queries like
```
db.cypher({
query: "MATCH (n:User) WHERE n._id = {given} RETURN n",
params: {given: 'xxx'}
},
callback
};
```
work completely fine, queries of the form…
-
At least for the case of right-pointing relation arrows, please allow the minus-greater arrow on _both_ sides of [].
Rationale: the '->' key sequence is carved deeply into the muscle memory of most p…
-
@dcolebatch: 'There is conflicting reports out there, some google group posts say you can disable vertex ID reuse[1], some say you can't[2].
We'd love to be able to disable ID reuse in embedded mod…
-
This a request for a convenience modifier described in the subject. This would allow Cypher queries to be constructed without having to figure out how to add additional clauses to delete the nodes' r…
-
Neo4j cypher query language doesn't support nested logical expressions, i.e.:
This is valid query expression and returns true:
```
start n=node(3) return 1 2
```
But this is not:
```
start n=node…
rduga updated
8 years ago
-
I am trying to get a matrix of interactions between a list of hawkmoths and plants. I do the following:
pam=get_interaction_matrix(lstA,int2)
lstA is a list with the genera of hawkmoths. int2 is the r…
-
Suppose there's a neo4j graph with a node for every person in the US (not exactly my use case, but close enough). Each person has both a name and a city. I want to do a fast lookup of the John Smith i…