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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to