DescriptionFix a bug where deletions weren't updating the raw Kind index.
This manifested as "limit" and "offset" fields being seemingly ignored.
The real reason for this is because the query iterator was (correctly)
skipping index entries that weren't present in head, but counting them
against the limit/offset.
BUG=None
TEST=None
Committed: https://github.com/luci/gae/commit/04506f4321aedd2dd1e8d08b68e1ff27a8a82894
Patch Set 1 : impl/memory: query limits/offsets count deleted #
Total comments: 5
Patch Set 2 : Fix #
Total comments: 3
Patch Set 3 : Comments, short path. #Patch Set 4 : rebase #Patch Set 5 : Cleaner. #
Total comments: 1
Patch Set 6 : Comments, review. #
Messages
Total messages: 16 (10 generated)
|