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

Support IN #87

Open
m1dst opened this issue Feb 18, 2020 · 1 comment
Open

Support IN #87

m1dst opened this issue Feb 18, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@m1dst
Copy link

m1dst commented Feb 18, 2020

It would be great if you could also support the IN keyword.

EG: fieldName IN (1,2,3,4) or IN ('abc', 'def')

I've tried to implement it fully but I am having issues with multiple values and differences between numbers and strings.

@hwbllmnn
Copy link
Contributor

Do you have a work in progress branch somewhere? Perhaps we can give you some pointers on how to proceed with the implementation. The pattern for VALUE for example could probably be used to differentiate between numbers and strings.

@KaiVolland KaiVolland removed their assignment May 27, 2024
@KaiVolland KaiVolland added the enhancement New feature or request label May 27, 2024
@KaiVolland KaiVolland moved this to Todo in CodeSprint 2024 May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Todo
Development

No branches or pull requests

4 participants