I am trying to update my database via new android room library, but it is not working. Here it is my approach
@IgnoreExtraProperties @Entity(tableName = CarModel
Make sure the row you want to updated and model you are sending to update should have same id which you have defined as primary key.