Skip to content
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

GROQ in with a range and mis-matching types should return null #509

Open
saiichihashimoto opened this issue Nov 30, 2023 · 0 comments
Open
Labels
help wanted Please help me! I'm lonely.

Comments

@saiichihashimoto
Copy link
Owner

Generally, using in with a range should return boolean (we can't determine in typescript if something is in a range. But, if the types of the left and the range don't match, we want to return null.

@saiichihashimoto saiichihashimoto added the help wanted Please help me! I'm lonely. label Nov 30, 2023
@saiichihashimoto saiichihashimoto changed the title "string" in 0...1 GROQ "string" in 0...1 Nov 30, 2023
@saiichihashimoto saiichihashimoto changed the title GROQ "string" in 0...1 GROQ in with a range and mis-matching types should return null Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Please help me! I'm lonely.
Projects
None yet
Development

No branches or pull requests

1 participant