react-native-db-models icon indicating copy to clipboard operation
react-native-db-models copied to clipboard

Remove not working

Open greyvugrin opened this issue 8 years ago • 0 comments
trafficstars

When calling .remove, I see deleted_ids, but the next time I get records, the deleted ones are still there.

Update:

I think part of the issue was with timing. Below the call to delete, I had another one with a .get. I tried removing the get and it worked fine, all records were deleted. Same behavior with remove_id.

Does anyone know why that would solve things?

greyvugrin avatar Feb 22 '17 06:02 greyvugrin