roscopeco / ormdroid

ORMDroid is a simple ORM persistence framework for your Android applications.
http://roscopeco.github.io/ormdroid/
Apache License 2.0
86 stars 24 forks source link

mTransient is not set to true on delete() #40

Closed j-be closed 10 years ago

j-be commented 10 years ago

I noticed, that mTransient is not reset to true, if I call delete() on an Entity from database. I'm not sure if this has any deeper reason, but I think this may cause some unexpected behavior - at least it did for me.

roscopeco commented 10 years ago

Good catch. Fixed by @ChristopheCVB in #41. Thanks for the report :)