bitnine-oss / agensgraph

AgensGraph, a transactional graph database based on PostgreSQL
http://www.agensgraph.org
Other
1.34k stars 148 forks source link

ERROR: SPI_execute: only one end vertex of edge exists #636

Open ljhhuxiaoba opened 10 months ago

ljhhuxiaoba commented 10 months ago

agensgraph version:2.13.1

I executed a query on my AgensGraph: CREATE ()-[r1:T2]->() WITH endNode(r1) AS a0 RETURN a0

Error message: ERROR: SPI_execute: only one end vertex of edge exists