jrgemignani commented on issue #1393:
URL: https://github.com/apache/age/issues/1393#issuecomment-1810607914
@ns-hygao Thank you for pointing out this bug, we will address it. I will
point out, though, this particular command is the same as the following, which
does work -
```
psql-15.4-5432-pgsql=# SELECT * FROM cypher('testgraph', $$ MATCH
(n1)-[]->(n2) RETURN n2 $$) AS (n2 agtype);
n2
----
(0 rows)
psql-15.4-5432-pgsql=#
```
--
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]