Hello, I'm using orientdb-community-2.0-rc2. I successfully imported a database created with version 1, but in classes which extend ORestricted I've got 4 x _allow, 4 x _allowRead, 4x _allowUpdate, 4 x _allowDelete.
Here an example: info class _doc_base Class................: _doc_base Super class..........: V Default cluster......: null (id=-1) Supported cluster ids: [-1] Cluster selection....: round-robin PROPERTIES -------------------------------+-------------+-------------------------------+-----------+----------+----------+-----------+-----------+----------+ NAME | TYPE | LINKED TYPE/CLASS | MANDATORY | READONLY | NOT NULL | MIN | MAX | COLLATE | -------------------------------+-------------+-------------------------------+-----------+----------+----------+-----------+-----------+----------+ creator | LINK | OUser | true | false | false | | | default | _allowUpdate | LINKSET | OIdentity | false | false | false | | | default | _allowDelete | LINKSET | OIdentity | false | false | false | | | default | _allowRead | LINKSET | OIdentity | false | false | false | | | default | _allow | LINKSET | OIdentity | false | false | false | | | default | creation | DATETIME | null | true | false | false | | | default | _allowUpdate | LINKSET | OIdentity | false | false | false | | | default | _allowDelete | LINKSET | OIdentity | false | false | false | | | default | _allowRead | LINKSET | OIdentity | false | false | false | | | default | _allow | LINKSET | OIdentity | false | false | false | | | default | _allowUpdate | LINKSET | OIdentity | false | false | false | | | default | _allowDelete | LINKSET | OIdentity | false | false | false | | | default | _allowRead | LINKSET | OIdentity | false | false | false | | | default | _allow | LINKSET | OIdentity | false | false | false | | | default | -------------------------------+-------------+-------------------------------+-----------+----------+----------+-----------+-----------+----------+ Everything seems to work anyway ... till now. Any idea? Thanks Luca -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
