-
Notifications
You must be signed in to change notification settings - Fork 349
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
Fix for Error occurs when you check whether a string or integer literal is in an enum collection #3023
Fix for Error occurs when you check whether a string or integer literal is in an enum collection #3023
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a101461 - Browse repository at this point
Copy the full SHA a101461View commit details -
Add tests for filter with In Operator with enums member names and mem…
…ber integral values
Configuration menu - View commit details
-
Copy full SHA for cdc0cb1 - Browse repository at this point
Copy the full SHA cdc0cb1View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2eb3a56 - Browse repository at this point
Copy the full SHA 2eb3a56View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ad2413 - Browse repository at this point
Copy the full SHA 1ad2413View commit details -
Add parse filter test with 'In' operator with enums where left operan…
…d is Invalid integral values
Configuration menu - View commit details
-
Copy full SHA for 8f35954 - Browse repository at this point
Copy the full SHA 8f35954View commit details
Commits on Jul 29, 2024
-
Adding tests for errors thrown when using string literal that doesn't…
… exists as enum member name
Configuration menu - View commit details
-
Copy full SHA for 2f7bda7 - Browse repository at this point
Copy the full SHA 2f7bda7View commit details
Commits on Jul 30, 2024
-
Refactor to reuse methods and move logic that check if convert left n…
…ode is required to private method
Configuration menu - View commit details
-
Copy full SHA for a2d1935 - Browse repository at this point
Copy the full SHA a2d1935View commit details
Commits on Aug 14, 2024
-
Remove unnecessary ShouldConvertLeftOperand() method and put the logi…
…c inside BindInOperator()
Configuration menu - View commit details
-
Copy full SHA for 299516f - Browse repository at this point
Copy the full SHA 299516fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f65354 - Browse repository at this point
Copy the full SHA 5f65354View commit details -
Configuration menu - View commit details
-
Copy full SHA for b524e5b - Browse repository at this point
Copy the full SHA b524e5bView commit details -
Merge branch 'fix/2371-allow-filter-stringliterals-in-enum-collection…
…' of https://github.com/OData/odata.net into fix/2371-allow-filter-stringliterals-in-enum-collection
Configuration menu - View commit details
-
Copy full SHA for f0fbbde - Browse repository at this point
Copy the full SHA f0fbbdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f0698b - Browse repository at this point
Copy the full SHA 8f0698bView commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07655ee - Browse repository at this point
Copy the full SHA 07655eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f4f00a - Browse repository at this point
Copy the full SHA 3f4f00aView commit details