bitnine-oss / agensgraph

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

ERROR: failed to find conversion function from unknown to jsonb #635

Open ljhhuxiaoba opened 8 months ago

ljhhuxiaoba commented 8 months ago

agensgraph version:2.13.1

I executed a query on my AgensGraph: CREATE (n1) WITH NULL AS a0 RETURN a0

Error message: ERROR: failed to find conversion function from unknown to jsonb

But another query "CREATE (n1) WITH NULL AS a0 RETURN NULL" can run successfully.