You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/07/11 06:27:38 UTC

[GitHub] [age] JoshInnis commented on issue #239: Attribute values of object types cannot be modified

JoshInnis commented on issue #239:
URL: https://github.com/apache/age/issues/239#issuecomment-1180015900

   Hi, `SET a.map = '{"name":"b"}'  ` is setting the value of a.map to a string, not a map. remove the surrounding `'`s `SELECT * FROM ag_catalog.cypher('zjdata_graph', $$ MATCH (a:a) WHERE a.id = 1 SET a.map = {"name":"b"} RETURN id(a), properties(a) $$) as (id ag_catalog.agtype,properties ag_catalog.agtype)`


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