-
Notifications
You must be signed in to change notification settings - Fork 852
Error: AQL: missing variable #2 (1) for node #6 (FilterNode) while planning registers #11652
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
Labels
Milestone
Comments
Hi @Tnifey, The following queries are parsed without errors:
<
8000
/div>
The following queries raise errors:
|
jsteemann
added a commit
that referenced
this issue
May 25, 2020
…FilterNode) while planning registers
jsteemann
added a commit
that referenced
this issue
May 25, 2020
…FilterNode) while planning registers
Fixed via #11676 |
KVS85
pushed a commit
that referenced
this issue
May 25, 2020
…FilterNode) while planning registers (#11676)
jsteemann
added a commit
that referenced
this issue
May 25, 2020
…FilterNode) while planning registers (#11675)
ObiWahn
added a commit
that referenced
this issue
May 26, 2020
Hi @Tnifey, Version 3.6.4, which includes a fix for this issue, has been released. From the Changelog:
Please find the latest release in the download section. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
My Environment
Component, Query & Data
Affected feature:
AQL query (if applicable):
{ "value0": "abcd", "@collection": "Users" }
AQL explain (if applicable): I can't profile or explain this query.
Dataset: collection with 0 or more documents
Size of your Dataset on disk: 0
Replication Factor & Number of Shards (Cluster only): n/a
Steps to reproduce
I tried with arangojs and with web interface
(if we have
odd number > 1
offilter ent.attr == @value
, throws error)Problem:
error
Expected result:
no error, return results
The text was updated successfully, but these errors were encountered: