sep2 opened a new issue, #366:
URL: https://github.com/apache/age/issues/366
**Describe the bug**
The following query will failed:
```cypher
MERGE (n:Project { name: $name })
SET n = $properties
RETURN n
```
while $properties is a map.
The following error occured:
`
error: SET clause expects a variable name
`
This is possible with neo4j
https://neo4j.com/docs/cypher-manual/current/clauses/set/#set-replace-properties-using-map
**How are you accessing AGE (Command line, driver, etc.)?**
nodejs pg.
**Environment (please complete the following information):**
- Version: 1.1.0
**Additional context**
Do we have alternative way of doing this? Rather than query the whole node
and iterate all properties in code and then delete property one by one.
--
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]