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

   **How are you accessing AGE (Command line, driver, etc.)?**
   - Command line
   
   **What is the command that caused the error?**
   ```pgsql
   SELECT * from cypher('my_graph_name', $$
    WITH 1 as n 
    WHERE n > 1
    RETURN n 
   $$) as (n agtype);
   ```
   
   **Expected behavior**
   It should return nothing, it is returning 1 row.
   
   **Environment (please complete the following information):**
   - Version: 1.1.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to