Hi,
I had problems in proper use of privileges in 2.0.
I identified and isolated one problem using 2.1-rc{1,2}.
It seems that drop class throws exception but deletes class C.
Below console commands:
set ignoreErrors true
drop database remote:127.0.0.1:2424/test root 21rc2
create database remote:127.0.0.1:2424/test root 21rc2 plocal
connect remote:127.0.0.1:2424/test root 21rc2
create class C
connect remote:127.0.0.1:2424/test reader reader
drop class C
set ignoreErrors false
insert into C set f=1
select from C
Best
Kris
--
---
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.