kysmou edited a comment on issue #44:
URL: https://github.com/apache/incubator-age/issues/44#issuecomment-828050817


   This part seems to need to be fixed.
   The same occurs even when I tested it, and it seems that only the first 
value is updated and saved for list data.
   
   select * from cypher('graph_name', $$match (ve:Person {id: 1}) SET 
ve.title=['1','2'] return ve $$) as (a agtype);
   
------------------------------------------------------------------------------------------------------------------------
   {"id": 844424930131972, "label": "Person", "properties": {"a": "c", "id": 1, 
"title": "1"}}::vertex
   (1 row)


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

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


Reply via email to