Skip to content

Commit

Permalink
fix: Indexes with prefix should match the prefix (#538)
Browse files Browse the repository at this point in the history
When we create new index after forking a client we create the indexes by
iterating over the value BTree. When there is a prefix present we start
from the prefix but we forgot to end when the key no longer matches the
prefix, leading the index map to contain items that do not match the
index constraints.
  • Loading branch information
arv authored May 5, 2023
1 parent d4f09ad commit caee58c
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit caee58c

Please sign in to comment.