-
Notifications
You must be signed in to change notification settings - Fork 853
cpp aql current_user() v2 #3154
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
Conversation
see #3063 |
arangod/Aql/Functions.cpp
Outdated
@@ -3724,6 +3713,32 @@ AqlValue Functions::IsSameCollection( | |||
return AqlValue(arangodb::basics::VelocyPackHelper::NullValue()); | |||
} | |||
|
|||
#include "Utils/ExecContext.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move the include to the top of the file
some internals have to change |
Yes this is known issue with this branch. The reason is that without authentication turned on the JSLayer und C++ layer behave differently, namely: |
Can you pull latest devel into this branch and try to fix it? |
@jsteemann also to devel xor exclusive to devel? |
devel only |
new PR #3498 |
No description provided.