TropicalPenguin
TropicalPenguin
I've not diagnosed rhe root cause; hopefully this points to it though. With a query, "MATCH (s)-[r:incs]-(l:EC) WHERE ID(s)=3 RETURN r,l", which should be retrieving: 127.0.0.1:6379> GRAPH.QUERY G:1 "MATCH (s)-[r:incs]-(l:EC)...
Was trying a goczmq based implementation of the mtserver example in https://zguide.zeromq.org/docs/chapter2/ and found that there's currently no wrapper around zmq_device.
Hi, For some reason, querying the $stack context variable of a TRAVERSE triggers a PyOrientNullRecordException, even as running the same command inside OrientDB studio returns lists of strings. I can...
I just ran into `ERROR: syntax error at or near "ON"` when trying to use merge actions (`ON CREATE`, `ON MATCH`) in a MERGE clause. Now I see that work...
**Describe the bug** Given the basic data set up: `CREATE (:A)-[:incs]->(:C)` The following succeeds: `MATCH (a:A) WITH a OPTIONAL MATCH (a)-[:incs]->(c) WHERE EXISTS((c)(c) WHERE EXISTS((c)(c) WHERE EXISTS((c)