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 long and ulong type on expression builder #17

Merged
merged 2 commits into from
Jul 15, 2020

Conversation

fpaganetto
Copy link
Contributor

I noticed that the type long was not supported and that was causing conflicts with my project that has models with long type properties.

I'm not sure why this primitive type is not supported, because there is a specific strategy (LongDataTypeStrategy) to handle this behavior.

This pull request adds a conditional to check if the type is long or unsigned long, and then set the corresponding FilterDataTypes enumerable value.

@arslanaybars
Copy link
Owner

Thanks for pr! @fpaganetto

@arslanaybars arslanaybars merged commit c28029d into arslanaybars:master Jul 15, 2020
@fpaganetto fpaganetto deleted the support-long branch July 15, 2020 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants