-
-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Record deletion issue #97
Comments
Any chance the 2nd lookup is in another savePoint started before the delete was called? I assume no one else is creating one of these? Once the delete is called, is the lookup that initially shows no results being called inside of the same savePoint or outside of it? |
I got the same problem in my project. Version: com.j256.ormlite:ormlite-android:5.1 I am just calling this method:
't' is a Collection And just happens with this object that is annotated with
Everything is going right when I use create method, but, when I try to use delete methods (delete(Collection), DeleteBuilder.delete()), doesn't work. |
Hey, my algorithm on Job that deletes from database was wrong. |
Code snippets:
Object Class
The text was updated successfully, but these errors were encountered: