JunKK7 opened a new issue #55:
URL: https://github.com/apache/incubator-age/issues/55
Hi
I found a bug that couldn't be deleted edge while I was testing 'create,
delete, remove, drop ...' at Python & Go.
So I tried again at pgadmin and the result was the same.
`select * from cypher('test_graph', $$ match(a:person)-[b:knows]->(c:person)
return b $$) as (a agtype) `
result :
"{"id": 1125899906842625, "label": "knows", "end_id": 844424930131970,
"start_id": 844424930131969, "properties": {}}::edge"
`select * from cypher('test_graph', $$ match(a:person)-[b:knows]->(c:person)
delete b $$) as (a agtype) `
result :
ERROR: ag function does not exist
LINE 1: select * from cypher('test_graph', $$ match(a:person)-[b:kno...
^
DETAIL: _cypher_delete_clause(1)
SQL state: XX000
Character: 37
how to delete edge?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]