Zainab-Saad opened a new pull request, #1515:
URL: https://github.com/apache/age/pull/1515

   Allow the reuse of a previously declared vertex variable only if the 
succeeding CREATE/MERGE vertex has associated edges
   i.e 
   CREATE (n) CREATE (n)                   -- invalid
   CREATE (n) CREATE (n)-[:edge]->() -- valid
   
   Fixed another invalid variable reuse where in a CREATE path, edge variable 
could be duplicated which resulted in ambiguous reference error
   
   Added regression tests


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