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

FIND SCP/QIDO-RS: TM Range Matching with time range over midnight does not return all matches #3888

Closed
gunterze opened this issue Dec 1, 2022 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Dec 1, 2022

TM Range Matching with time range over midnight does not return all matches, particularly with {time1}-{time2} and {time1} > {time2} only records matching

WHERE xxx_time between '{time1}' and '115959.999' or xxx_time between '000000.000' and '{time2}'

instead of

WHERE xxx_time between '{time1}' and '235959.999' or xxx_time between '000000.000' and '{time2}'

are returned.

@gunterze gunterze added the bug Something isn't working label Dec 1, 2022
@gunterze gunterze added this to the 5.29.1 milestone Dec 1, 2022
@gunterze gunterze self-assigned this Dec 1, 2022
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

1 participant