and for anyone else:
after this, login as reader and do
select from product --> i would expect bananas
or select expand(in('intermediate')) from manufacturing--> i would expect
bananas
----
create class product extends V
create class product_secret extends product
create class manufacturing extends V
create class intermediate extends E
alter class OIdentity superclass V
UPDATE ORole PUT rules = "database.class.product_secret", 0 WHERE name =
"reader"
UPDATE ORole PUT rules = "database.cluster.product_secret", 0 WHERE name =
"reader"
insert into product set name = 'bananas'
insert into manufacturing set name = 'banana growing'
insert into product_secret set name = 'apples'
insert into manufacturing set name = 'apple growing'
create edge intermediate from (select from product where name = 'bananas')
to (select from manufacturing where name = 'banana growing')
create edge intermediate from (select from product where name = 'apples')
to (select from manufacturing where name = 'apple growing')
----
--
---
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.