vasanthv / jsonbox

HTTP-based JSON storage.
https://jsonbox.io
MIT License
2.49k stars 171 forks source link

Fix delete query bug 😱 #25

Closed harlev closed 5 years ago

harlev commented 5 years ago

My previous PR for the delete query, introduced a bug, where using the query, will delete records in other boxes!!! when they meet the query criteria.

This is a fix for this issue.
I ran a local instance, and tested before and after the change to make sure I can reproduce the bug, and then see that it is actually gone.

vasanthv commented 5 years ago

Thanks for the PR. Even I missed it in the review.