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

   Ahh, sorry for the oversight. Property names don't need to be wrapped with 
`"`. 
   
   `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