Done
Oleksandr Gubchenko <[email protected]> schrieb am Do., 3. Nov. 2016
um 22:30 Uhr:
> Hi,
>
> I've reproduced your issue, can you open a request on github?
>
> Thanks.
>
>
> Il giorno giovedì 3 novembre 2016 20:20:35 UTC+1, Neil Dsouza ha scritto:
>
> 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 a topic in the
> Google Groups "OrientDB" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/orient-database/MNzVIoD5J6Q/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/d/optout.
>
--
---
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.