Pedro Felipe
Results
2
comments of
Pedro Felipe
I got the same problem in my project. Version: com.j256.ormlite:ormlite-android:5.1 I am just calling this method: `mSomeDao.getDao(aContext).delete(t);` 't' is a Collection And just happens with this object that is annotated...
Hey, my algorithm on Job that deletes from database was wrong. I fixed. I was ignoring some rows because of my DeleteBuilder. My mistake. Everthing is ok!