-
Notifications
You must be signed in to change notification settings - Fork 16
Fix removeRange in InMemoryProvider #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix removeRange in InMemoryProvider #67
Conversation
@microsoft-github-policy-service agree company="Microsoft" Note : I spooke with Eliran about that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also bump the package minor version? it broke a while ago so it no longer auto bumps :/
Done @eliranek1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @BertholetDamien I did some local testing and it seems to work now for non-unique indices. Thanks for making the changes!
Can you guard this behind a FF, then i think it is good for checkin
RemoveRange was not working in InMemoryProvider when an index was used.
Because getKeysForRange was returning the index's key and not the primary index's key.