We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A clear and concise description of what the bug is.
Reproduction Run this query:
await client.query(` Select schema::Module{ *, parent_id := ( with p := re_match(r'^(.*?)::[\w]+$', .name)[0] select detached schema::Module filter .name = p LIMIT 1 ) } `)
Expected behavior It should work. But parent_id is always null.
parent_id
Versions (please complete the following information):
2.0
edgedb-js
0.20.10
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
Reproduction
Run this query:
Expected behavior
It should work. But
parent_id
is always null.Versions (please complete the following information):
2.0
): 5.6+adb9e77"2.0
): EdgeDB CLI 5.5.1+cc9315aedgedb-js
version (e.g.0.20.10
;): [email protected]Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: