You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "jrgemignani (via GitHub)" <gi...@apache.org> on 2023/06/23 22:07:19 UTC

[GitHub] [age] jrgemignani commented on issue #1006: Creating a node and setting one of it's property to be equal to it's id terminates the server abnormally

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: 'user1@email.com', phone: '1234-5678', order_id: id(u)}) RETURN u $$) AS (u agtype);
   ERROR:  could not find rte for u
   LINE 1: ...ser1@email.com', 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: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org