bitnine-oss / agensgraph

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

ERROR: unrecognized node type: 110 #638

Open ljhhuxiaoba opened 8 months ago

ljhhuxiaoba commented 8 months ago

agensgraph version:2.13.1

I executed a query on my AgensGraph and got an error: CREATE ()<-[r0:T0]-() MATCH p0=(n0)-[*0..1]-() RETURN 1

Error message: ERROR: unrecognized node type: 110

To create the graph: CREATE ()