Is there an efficient way to update a model field in exposed only in the case that the value for the column in the DB is different than what I have in a variable?
t
tapac
03/15/2020, 4:13 PM
If you use DAO and set any field then update will be executed only in case when the new value differ from the old one.