Batch/many delete using SQLiteOpenHelper not working
I’m trying to batch-delete all of the records in a list of ids using SQLiteOpenHelper
without luck. This is something like what I had in my code:
I’m trying to batch-delete all of the records in a list of ids using SQLiteOpenHelper
without luck. This is something like what I had in my code: