[MTimeDB] Consolidate time interval handling code
ClosedPublic

Authored by bruns on Mar 29 2020, 4:17 AM.

Details

Summary

There are two places where half-bounded time intervals with [<=,<,==,>,>=]
are handled, once in the SearchStore, and once in the MtimeDB itself
(where the latter only has [<=,==,>=]).

Remove the handling from the MtimeDB and only keep the one in the
SearchStore.

Test Plan

ctest -V -R mtimedbtest

Diff Detail

Repository
R293 Baloo
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
bruns created this revision.Mar 29 2020, 4:17 AM
Restricted Application added projects: Frameworks, Baloo. · View Herald TranscriptMar 29 2020, 4:18 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
bruns requested review of this revision.Mar 29 2020, 4:18 AM
ngraham accepted this revision.Mar 30 2020, 3:14 PM
This revision is now accepted and ready to land.Mar 30 2020, 3:14 PM
This revision was automatically updated to reflect the committed changes.