j256 / ormlite-android

ORMLite Android functionality used in conjunction with ormlite-core
http://ormlite.com/
ISC License
1.59k stars 366 forks source link

update data use method createOrUpdate() #99

Closed fylih closed 5 years ago

fylih commented 6 years ago

I have a problem when update data use the method "createOrUpdate()" , everytime it create a new entry , but I just want to update a data

j256 commented 6 years ago

Can you show some of the entities? Have you tried to debug the database and the method to see what it is doing?

fylih commented 6 years ago

sorry, I am not set ID, this cause the issuse

j256 commented 6 years ago

Figured. So it can be closed?