Andrew Bowman

Results 23 comments of Andrew Bowman

`RETURN properties(n) as props` should be enough to give you the properties map of the node. You could also use map projection for the same effect with `RETURN n {.*}...

Hello, You should be able to disregard these warnings. APOC has a lot of infrequently used procedures that would require additional dependency jars (such as the couchbase integration), so most...

Ah, I stand corrected, there's an [APOC issue for this](https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1117) that implicates a procedure loading issue in Neo4j. The warnings can still be disregarded as I mentioned previously, but a...