joshavg / OmgDb

GNU General Public License v2.0
0 stars 0 forks source link

SchemaType blocks Schema name when another user has a Schema with the same name #8

Closed joshavg closed 8 years ago

joshavg commented 8 years ago

SchemaType uses Neo4jUniqueNameConstraint with "schema" as parameter. This checks the complete database for nodes with the given label.

Users should be able to create Schemas with the same name as Schemas from other users.

joshavg commented 8 years ago

referenced commit breaks attribute forms correct