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] ✨TimeOnly support #64

Closed
candoumbe opened this issue Nov 11, 2021 · 0 comments
Closed

[FEATURE] ✨TimeOnly support #64

candoumbe opened this issue Nov 11, 2021 · 0 comments
Assignees
Labels
enhancement ✨ New feature or request grammar The issue is related to a FilterExpression implementation

Comments

@candoumbe
Copy link
Owner

candoumbe commented Nov 11, 2021

Is your feature request related to a problem? Please describe.
The release of net6.0 framework brings TimeOnly type which should be supported

Describe the solution you'd like
Being able to :

  • parse a query string like time-only=18:15:03.6433453 to its equivalent TimeExpression.
  • target a TimeOnly property when having a TimeExpression "at hand" so that given a filter which value is a TimeOnly instance
    new Filter("Time", EqualTo, new TimeOnly(18, 21)) is equivalent to x => x.Time.Equals(new TimeOnly(18, 21))
@candoumbe candoumbe added enhancement ✨ New feature or request grammar The issue is related to a FilterExpression implementation labels Nov 11, 2021
@candoumbe candoumbe self-assigned this Nov 11, 2021
candoumbe added a commit that referenced this issue Nov 17, 2021
candoumbe added a commit that referenced this issue Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request grammar The issue is related to a FilterExpression implementation
Projects
None yet
Development

No branches or pull requests

1 participant