ajit-satav commented on issue #1413:
URL: https://github.com/apache/age/issues/1413#issuecomment-1831279859

   1. AGE Version - 1.4.0
   
   2. Start breaking means it gives me zero results
       e..g
       
       ```
         SELECT * from 
          cypher('demo', $$
              MATCH (c1:components{name:'XXXX'})-[]-(c2:versions)
              return c2.name
         $$) as (v agtype);
       ```  
         Results - No of c2.name returned - 2 
       
       ```
         SELECT * from 
          cypher('demo', $$
              MATCH (c1:components{name:'XXXX'})-[*]-(c2:versions)
              return c2.name
         $$) as (v agtype);
       ```  
       Results - No of c2.name returned - 0
   


-- 
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-unsubscr...@age.apache.org

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

Reply via email to