Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[BUG]: Misuse of variable in UID function fails silently #8806

Open
MichelDiz opened this issue Apr 23, 2023 · 1 comment
Open

[BUG]: Misuse of variable in UID function fails silently #8806

MichelDiz opened this issue Apr 23, 2023 · 1 comment
Labels
dgraph Issue or PR created by an internal Dgraph contributor. exp/beginner Something most people could solve. kind/bug Something is broken.

Comments

@MichelDiz
Copy link
Contributor

What version of Dgraph are you using?

latest

Tell us a little more about your go-environment?

N/A

Have you tried reproducing the issue with the latest release?

Yes

What is the hardware spec (RAM, CPU, OS)?

N/A

What steps will reproduce the bug?

Run a query like this

q(func: uid(val(A)) )

Expected behavior and actual result.

q(func: uid(val(A)) ) = Silent return it should fail

q(func: uid(A) ) = Correct one.

Additional information

No response

@MichelDiz MichelDiz added kind/bug Something is broken. exp/beginner Something most people could solve. dgraph Issue or PR created by an internal Dgraph contributor. labels Apr 23, 2023
Copy link

This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.

@github-actions github-actions bot added the Stale label Jul 20, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 27, 2024
@harshil-goel harshil-goel reopened this Jul 30, 2024
@github-actions github-actions bot removed the Stale label Jul 31, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dgraph Issue or PR created by an internal Dgraph contributor. exp/beginner Something most people could solve. kind/bug Something is broken.
Development

No branches or pull requests

2 participants