jrgemignani commented on issue #223:
URL: https://github.com/apache/age/issues/223#issuecomment-1180868685

   I don't see how the following is more complicated than what was put above -
   
   MERGE (u:node {name: 'a'}) RETURN u;
   
   I checked and, neither Neo4j nor AGE currently allow a syntax like (or 
similar in function to) the command that crashed above, except as MERGE. It is 
true that we will need to look and correct that crash. But, what you defined 
above is exactly MERGE, without all of the extra SQL.
   
   The WHERE clause, on the other hand, is not currently supported in 
conjunction with CREATE or MERGE in AGE. We will need to look into that.
   
   Hope this is helpful


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

Reply via email to