-
Notifications
You must be signed in to change notification settings - Fork 872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on retrieving record by traverse function & enabled record security #5766
Comments
can you post the permissions of user manager? |
Yes thanks |
Hi, here is the dropbox link to the issue demo db "https://db.tt/y3yTQx6M" sql for reproduce "select @Rid from (traverse * from #12:1 WHILE $depth <= 2) where $depth in [0,2] limit 100" logged in user is "writer" |
which version are you using?
with record #12:1 i get your exception but i think because you specify travers with *
|
@i'm using 2.1.9 I see, it works also for graph relations and not for link types, but it's ok for me. thanks a lot) |
Hi, I have issues by execution following query with enabled RecordSecurity (through ORestricted) if some of vertexes have no read access by current user. "select @Rid from (traverse * from #10:19 WHILE $depth <= 2) where $depth in [0,2] limit 100"
The text was updated successfully, but these errors were encountered: