core/homeassistant/components/recorder/history
J. Nick Koston 3d20c5c5d6
Remove lower bound for history start time state query (#133607)
Remove lower bound for start time state query

With the new query in #133553 we do not need a lower bound
on the search since it will always use index now and we
always want the newest value in the index before the
provided timestamp. The lower bound is redudant at this
point as it will always be older than the oldest
time point for the state. It only made sense when
the query would have had to examine a time window
of states instead of doing an index only search.
2024-12-20 08:24:47 +01:00
..
__init__.py
const.py
legacy.py Revert "Revert "Improve recorder history queries (#131702)"" (#133561) 2024-12-19 11:50:12 +01:00
modern.py Remove lower bound for history start time state query (#133607) 2024-12-20 08:24:47 +01:00