graphaware / neo4j-uuid

GraphAware Runtime Module that assigns a UUID to all nodes (and relationships) in the graph transparently
103 stars 22 forks source link

UUID module allows manually assigning the same UUID to two nodes #6

Closed luanne closed 9 years ago

luanne commented 9 years ago

With the following config:

com.graphaware.module.UIDM.uuidProperty=uuid

com.graphaware.module.UIDM.node=hasLabel('User')

The uuid module should not permit:

CREATE (a:User {uuid:1}) CREATE (b:User {uuid:1})