jrgemignani commented on issue #1006:
URL: https://github.com/apache/age/issues/1006#issuecomment-1605038355
@MatheusFarias03 Try the latest on the master branch -
```
psql-11.5-5432-pgsql=# SELECT * FROM cypher('graph', $$ CREATE (u:User
{name: 'user1', email: '[email protected]', phone: '1234-5678', order_id: id(u)})
RETURN u $$) AS (u agtype);
ERROR: could not find rte for u
LINE 1: [email protected]', phone: '1234-5678', order_id: id(u)}) RETUR...
^
psql-11.5-5432-pgsql=#
```
It's not ideal but, not a crash.
--
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]