You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "safi50 (via GitHub)" <gi...@apache.org> on 2023/06/02 11:14:06 UTC

[GitHub] [age] safi50 commented on issue #882: Unexpected Error: argument 1 must not be null

safi50 commented on issue #882:
URL: https://github.com/apache/age/issues/882#issuecomment-1573565595

   The issue you are encountering might be due to the differences between Neo4j and Apache AGE. Apache AGE currently does not support all the features and syntax that Neo4j supports.
   
   The `MERGE` statement you are trying to run is not specifying any node labels or properties. In Neo4j, `MERGE ()` is valid and it matches or creates a node without any labels or properties. However, in Apache AGE, this is not the case.
   
   Have a look at the docs for [MERGE](https://age.apache.org/age-manual/master/clauses/merge.html#merge)
   


-- 
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-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org