ns-hygao commented on issue #1393:
URL: https://github.com/apache/age/issues/1393#issuecomment-1810864174
> @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=#
> ```
Hi @jrgemignani , Thanks for the response. I realize the 2nd command is
equivalent. The original command I tried to run is more complicated and cannot
be expressed in one clause. What is reported here is the simplified version
after removing all other conditions that do not cause the error.
--
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]