Misterion777 opened a new issue #106:
URL: https://github.com/apache/incubator-age/issues/106
Let's say I'm running following query from example:
```
SELECT *
FROM cypher('graph_name', $$
WITH [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] as lst
RETURN lst
$$) AS (lst int[]);
```
When trying to cast to int[] following error occurs:
`ERROR: cannot cast type agtype to integer[] for column "lst"`
Is it supposed to work, or there is another way to cast agtype array to
postgre array?
--
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]