Michael Hunger

Results 538 comments of Michael Hunger

Does this still support diffing two node-sets in the same graph? And it would be good if there was a way from the Java API to diff to a second...

https://github.com/neo-technology/neo4j/blob/dev/public/community/kernel-api/src/main/java/org/neo4j/kernel/api/KernelTransaction.java#L275

This becomes visible in `SHOW TRANSACTIONS YIELD *` then there is a field for status details.

@Lojjs we should still adjust the grammar file in core. (And possible also fix the signature output in cypher for strings)

Actually @vga91 @Lojjs we should move the grammar file to extended as it's not used anywhere in core, at least not to my knowledge.

@knutwalker this is the issue for the work. Should copy the other info I sent to you in here.

This is by intent as the batch-requests are all deferred. So best way to do it is to pull the node before the batch-request. At least it should. Might run...

Even the getRelationships is deferred so it also has to be called before the batch operation. This will work with the next snapshot: ``` final Node node1 = restAPI.createNode(map("name","node1")); node1.createRelationshipTo(restAPI.createNode(map("name","node2")),RELATIONSHIP_TYPE);...

Yep sorry :( the geodata is missing from the CSV from ICIJ. So it's only in the JSON.