Comparison

util/pubsub.lua @ 13847:cbd234461c41 13.0

mod_storage_internal: Fix queries with only start returning extra items Queries with start > last item would return one item, because there's some boundary condition in binary_search(). This is here fixed by always applying filters that omit items outside the requested range. See also 2374c7665d0b
author Kim Alvefur <zash@zash.se>
date Mon, 14 Apr 2025 15:10:29 +0200
parent 13549:3b357ab6b6eb
comparison
equal deleted inserted replaced
13845:2558be2daaca 13847:cbd234461c41