Zainab-Saad opened a new issue, #1884:
URL: https://github.com/apache/age/issues/1884

   **Describe the bug**
   'column reference is ambiguous' error is thrown unexpectedly when trying to 
return the variable used in right hand side of SET clause
   
   **How are you accessing AGE (Command line, driver, etc.)?**
   - terminal
   
   **What data setup do we need to do?**
   Can be observed without creating any data
   
   **What is the command that caused the error?**
   ```pgsql
   SELECT * from cypher('graph', $$
     MATCH(n) SET n.node=n RETURN n
   $$) as (a agtype);
   ```
   ```
   ERROR:  column reference "n" is ambiguous
   ```
   
   **Expected behavior**
   Should update the property and return the result without error
   
   **Environment (please complete the following information):**
   - latest (on PG16)
   


-- 
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.apache.org

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

Reply via email to