neo4jrb / activegraph

An active model wrapper for the Neo4j Graph Database for Ruby.
http://neo4jrb.io
MIT License
1.4k stars 276 forks source link

`CREATE UNIQUE` is deprecated in cypher #1481

Open jorroll opened 6 years ago

jorroll commented 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/).

I imagine this will have some impact on the :unique association / ActiveRel option.