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

BUG: DateTime filters #63

Open
PunamDamania opened this issue Jun 29, 2023 · 0 comments
Open

BUG: DateTime filters #63

PunamDamania opened this issue Jun 29, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@PunamDamania
Copy link
Contributor

DateTime filters are truncating time.

passedValue: 2023-06-29T14:00:00.000Z&2023-06-30T14:00:00.000Z
Generated Query:
WHERE CONVERT(date, [t].[colName]) >= '2023-06-29T00:00:00.0000000+01:00' AND CONVERT(date, [t].[colName]) <= '2023-06-30T00:00:00.0000000+01:00'

passed Value : 2023-06-29T13:00:00.000Z
Generated Query:
WHERE CONVERT(date, [t].[colName]) = '2023-06-29T14:00:00.0000000+01:00'

@PunamDamania PunamDamania added the bug Something isn't working label Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants