jrgemignani commented on issue #240:
URL: https://github.com/apache/age/issues/240#issuecomment-1180813781
This has been corrected, and is available, in the master branch -
```
psql-11.5-5432-pgsql=# select * from ag_catalog.cypher('g', $$ with [0, 1,
2, 3] as l return l[-1] $$) as (r0 ag_catalog.agtype);
r0
----
3
(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]