MuhammadTahaNaveed opened a new issue, #2308:
URL: https://github.com/apache/age/issues/2308

   **Describe the bug**
   Invalid output
   
   **How are you accessing AGE (Command line, driver, etc.)?**
   - psql
   
   **What data setup do we need to do?**
   None
   
   **What is the necessary configuration info needed?**
   N/A
   
   **What is the command that caused the error?**
   ```pgsql
   SELECT * from cypher('my_graph_name', $$
       CREATE (a:TestB3)-[e:B3REL]->(b:TestB3)
       WITH a, e, b
       MATCH p = (a)-[e]->(b)
       SET a.something = 'something'
       RETURN a
   $$) as (a agtype);
   ```
   ```
    a 
   ---
   (0 rows)
   
   ```
   
   **Expected behavior**
   Should have returned a vertex with label `TestB3` and property `something`
   
   **Environment (please complete the following information):**
   - Version: 1.6.0, PG17
   
   **Additional context**
   N/A
   


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