mohayu22 commented on issue #877:
URL: https://github.com/apache/age/issues/877#issuecomment-1528953833

   This problem has been resolved in PR #823
   AGE 1.3.0 has not been updated yet with this commit
   
   ```
   SELECT * FROM cypher('test', $$
     RETURN pi()^2
   $$) AS (res agtype);
          res        
   ------------------
    9.86960440108936
   (1 row)
   
   ```
   ```
   SELECT * FROM cypher('test', $$
     RETURN rand()^2
   $$) AS (res agtype);
           res        
   -------------------
    0.028840664980237
   (1 row)
   
   ```
   


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