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

Feature request: implement comparism for Nullable DateTimes and extended methods #9

Open
verbraucher opened this issue Jul 8, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@verbraucher
Copy link

verbraucher commented Jul 8, 2019

Hello again,
thank you for this plugin and the great support for the last feature!

It would be great to have some new features for filtering ranges of dates in the upcoming version:

  • support comparism on Nullable DateTimes (Nullable< DateTime >) (this will throw currently System.ArgumentException : Expression of type 'System.Nullable[System.DateTime]' cannot be used for parameter of type 'System.Object' of method 'Boolean Equals(System.Object)'

  • DateTime filtering for lower than (<), lower than equals (<=), greater than (>) and greater than equals (>=)

@Kusumoto Kusumoto self-assigned this Jul 23, 2019
@Kusumoto Kusumoto added the enhancement New feature or request label Jul 23, 2019
@Kusumoto
Copy link
Owner

Kusumoto commented Jul 23, 2019

Thank you for your feature request. I will explain your topic in issue.

  • In feature support Nullable<DateTime> I can implement in next version.
  • In feature support type DateTime in more filter condition (<,<=,>,>=) In case is impossible for implementation because generic function of Entity Framework is not support.

@crega
Copy link

crega commented May 3, 2022

@verbraucher I believe that this one is resolved with my merged PR

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
None yet
Development

No branches or pull requests

3 participants