rafsun42 commented on PR #977:
URL: https://github.com/apache/age/pull/977#issuecomment-1583847830
@MuhammadTahaNaveed Would the following query work:
```
MATCH (p:Person) WITH p AS r CREATE p=(a:Person)-[:Manages]->(r) return r
```
I get the following error. It has probably nothing to do with your changes.
```
test=# SELECT * FROM cypher('hey', $$ MATCH (p:Person) WITH p AS r CREATE
p=(a:Person)-[:Manages]->(r) return r $$) as (a agtype);
ERROR: ag function does not exist
LINE 1: SELECT * FROM cypher('hey', $$ MATCH (p:Person) WITH p AS r ...
^
DETAIL: agtype_volatile_wrapper(1)
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]