abner-ma opened a new issue, #327: URL: https://github.com/apache/age-website/issues/327
In the documentation of the MERGE clause, there is an example as shown below, which I personally think is problematic.  In the following sql statement ''' SELECT * FROM cypher('graph_name', $$ MERGE (charlie {name: 'Charlie Sheen', age: 10}) RETURN charlie $$) as (v agtype); ''' No label name is given. So the sentence "If there exists a vertex with the label 'Critic', that vertex will be returned. Otherwise, the vertex will be created and returned." should be deleted. And output {id: 0; label: ‘Actor’: properties:{name: 'Charlie Sheen', age: 10}}::vertex should be {id: 0; label: ‘’: properties:{name: 'Charlie Sheen', age: 10}}::vertex  -- 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: dev-unsubscr...@age.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org