Meteor-Community-Packages / ground-db

GroundDB is a thin layer providing Meteor offline database and methods
https://atmospherejs.com/ground/db
MIT License
569 stars 76 forks source link

remove method handle multiple doc removes #209

Closed brucejo75 closed 3 months ago

brucejo75 commented 5 years ago

Ground:db only deletes 1 file from the backing store no matter how many minimongo documents are deleted. see #190.

This is a simple fix

brucejo75 commented 5 years ago

@raix, looks like the CI tests are not working?

CaptainN commented 4 years ago

@brucejo75 Is this still relevant? I'm trying to clear out the old PRs.

brucejo75 commented 4 years ago

@CaptainN, yes. Still very relevant see #190. Please merge.

Thanks!