bitnine-oss / agensgraph

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

agensbrower error #515

Open miaojianxin opened 4 years ago

miaojianxin commented 4 years ago

execute this statement: match(p1:Person_) return p1; in agens cmd: this is ok, i can get the result.

when i use this statement in agensbrower: i got the error: [FAIL] DataAccessException->StatementCallback; SQL [match(p1:Person_) return p1;]; 传回预期之外的结果。; nested exception is org.postgresql.util.PSQLException: 传回预期之外的结果。, SQL Code->0100E