Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Indexes with prefix should match the prefix (#538)
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