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 2021/04/28 00:32:17 UTC

[GitHub] [incubator-age] kysmou edited a comment on issue #44: SET clause doesn't work with list properties

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);
                                                                    a                                      
   -----------------------------------------------------------------------------------------------------
   {"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:
users@infra.apache.org