
The first time I try the VLE query, I always get an insert_vertex_edge error.
A second attempt at the same query executes the query.
ldbc=# SELECT * from cypher('test', $$
EXPLAIN ANALYZE
MATCH (v:comment)-[e:hascreatorcomment*1..3]->(v2:person)
WHERE v.id = '962072674361'
RETURN v, v2
$$) as (v agtype, v2 agtype);
ERROR: insert_vertex_edge: failed to insert