Open jorroll opened 6 years ago
Just putting this up to track the fact that cypher has deprecated the CREATE UNIQUE clause in favor of accomplishing the same thing using MERGE (see: http://neo4j.com/docs/developer-manual/current/cypher/clauses/create-unique/).
CREATE UNIQUE
MERGE
I imagine this will have some impact on the :unique association / ActiveRel option.
:unique
Just putting this up to track the fact that cypher has deprecated the
CREATE UNIQUE
clause in favor of accomplishing the same thing usingMERGE
(see: http://neo4j.com/docs/developer-manual/current/cypher/clauses/create-unique/).I imagine this will have some impact on the
:unique
association / ActiveRel option.