rafsun42 commented on issue #1159:
URL: https://github.com/apache/age/issues/1159#issuecomment-1684145427
@Zainab-Saad
Is this the expected result for your data setup? Could you put this on the
"Expected behavior" section in case anyone else wants to reproduce the issue.
```
agedev=# SELECT * FROM cypher('graph', $$
MATCH (n: A) SET n += {bool: true} RETURN n
$$) AS (result agtype);
result
----------------------------------------------------------------------------------------------
{"id": 844424930131969, "label": "A", "properties": {"map": {"a": 1},
"bool": true}}::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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]