dehowef commented on code in PR #1803:
URL: https://github.com/apache/age/pull/1803#discussion_r1590568743


##########
regress/sql/cypher_subquery.sql:
##########
@@ -73,13 +73,24 @@ SELECT * FROM cypher('subquery', $$ MATCH (a:person)
                                                                                
                 }
                                                                        RETURN 
(a) $$) AS (result agtype);
 
---union, no returns, not yet implemented, should error out
+--union, no returns
 SELECT * FROM cypher('subquery', $$ MATCH (a:person)
                                                                        WHERE 
EXISTS {

Review Comment:
   In this case you commented on, no returns means that there is no RETURN 
clause specified. The query will still have a result, even if there is no 
return clause.
   
   I am not sure what you mean by does not return, as all queries should return 
a result.
   
   



-- 
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]

Reply via email to