You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/09/28 22:28:38 UTC

[GitHub] [age] jrgemignani commented on issue #312: CALL... YIELD clause ignores WHERE condition

jrgemignani commented on issue #312:
URL: https://github.com/apache/age/issues/312#issuecomment-1261527265

   This is the offending line -
   
   2184         if (is_ag_node(clause, cypher_call))
   
   I changed it to -
   
   2184         if (is_ag_node(clause->self, cypher_call))
   
   It looks like just a typo that got overlooked.


-- 
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: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org