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

different aggerate functions doesnt work with same func name #308

Open
omansak opened this issue Sep 19, 2019 · 2 comments
Open

different aggerate functions doesnt work with same func name #308

omansak opened this issue Sep 19, 2019 · 2 comments

Comments

@omansak
Copy link

omansak commented Sep 19, 2019

Does not work.

"i=>new[]{4,2}.Any(j => i.productId.Equals(j)) && new[]{\"as\"}.Any(j =>i.productName.Contains(j)"

Works fine.

"i=>new[]{4,2}.Any(j => i.productId.Equals(j)) && new[]{\"as\"}.Any(a =>i.productName.Contains(a)"
@NetMage
Copy link

NetMage commented Sep 20, 2019

Did you mean same parameter name in lambda? What happens when it doesn't work?

@StefH
Copy link
Collaborator

StefH commented Sep 24, 2019

I think indeed using the j multiple times fails.
Maybe related to #289

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants