-
Notifications
You must be signed in to change notification settings - Fork 843
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
AQL: syntax error #13165
AQL: syntax error #13165
Comments
The query and error message do not match, there is no |
So sorry, this is my query:
|
ArangoDB runs on an arm architecture server |
Hi, |
Thank you! |
The query parses fine in a 3.5.0 Docker container on x86_64 hardware:
Regarding ARM, see the discussion here: arangodb/arangodb-docker#53 |
My Environment
Problem:
FOR v, e, p IN 1..1 ANY 'a_core/4630188779146052340' GRAPH 'graph_a_core'
PRUNE v._id == 'a_core/4630188779146052615'
FILTER v._id == 'a_core/4630188779146052615'
RETURN p.vertices
The above AQL cannot be executed.The error is Query: AQL: syntax error, unexpected identifier, expecting { near 'v._id == 'archive_assemble_core/...' at position 2:15 (while parsing)
Expected result:
I hope it can execute.
The text was updated successfully, but these errors were encountered: